Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/VariadicFunctionTest.cpp:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
7
int main()
8
{
9
foo(1, 2.);
10
boo(1, 2.);
11
}
12
Callers
nothing calls this directly
Calls
2
boo
Function · 0.85
foo
Function · 0.70
Tested by
no test coverage detected