Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/changkun/modern-cpp-tutorial
/ foo
Function
foo
code/2/2.1.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
return 0;
26
}
27
void foo(char *ch) {
28
std::cout <<
"call foo(char*)"
<< std::endl;
29
}
30
void foo(int i) {
31
std::cout <<
"call foo(int)"
<< std::endl;
32
}
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected