Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
void called() {}
2
3
void caller() {
4
auto x = &called;
5
x();
6
7
called();
8
}
9
10
/*
11
OUTPUT:
Callers
nothing calls this directly
Calls
1
called
Function · 0.70
Tested by
no test coverage detected