Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
void foo( const A& )
20
{
21
cout <<
"A"
<< endl;
22
}
23
24
void foo( B& )
25
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected