Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/VarTemplateDecl3Test.cpp:26–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
int main()
27
{
28
int x=1;
29
30
auto[a,b] = DoIt(x);
31
32
33
return circular_area(x);
34
}
35
Callers
nothing calls this directly
Calls
2
DoIt
Function · 0.85
circular_area
Function · 0.85
Tested by
no test coverage detected