Skip to content

Add observeAll() to make it possible to instrument all function calls #307

Add observeAll() to make it possible to instrument all function calls

Add observeAll() to make it possible to instrument all function calls #307

Workflow file for this run

name: clang-format
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '16'
check-path: ext