Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaskRay/ccls
/ usage
Function
usage
index_tests/usage/func_usage_forward_decl_method.cc:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
};
4
5
void usage() {
6
Foo* f = nullptr;
7
f->foo();
8
}
9
/*
10
OUTPUT:
11
{
Callers
nothing calls this directly
Calls
1
foo
Method · 0.45
Tested by
no test coverage detected