MCPcopy 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
26int 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

DoItFunction · 0.85
circular_areaFunction · 0.85

Tested by

no test coverage detected