MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / f

Function f

tests/Issue182.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2int f(my_cb cb, void *dat);
3
4int f(my_cb cb, void *dat)
5{
6 return 0;
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected