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