MCPcopy Create free account
hub / github.com/MaskRay/ccls / caller

Function caller

index_tests/usage/var_usage_call_function.cc:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1void called() {}
2
3void caller() {
4 auto x = &called;
5 x();
6
7 called();
8}
9
10/*
11OUTPUT:

Callers

nothing calls this directly

Calls 1

calledFunction · 0.70

Tested by

no test coverage detected