MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / foo

Function foo

tests/TemporaryHandlerTest.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 };
18
19void foo( const A& )
20 {
21 cout << "A" << endl;
22 }
23
24void foo( B& )
25 {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected