Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/changkun/modern-cpp-tutorial
/ foo2
Function
foo2
code/3/3.2.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
int foo2(int para) {
18
return para;
19
}
20
21
int foo3(int a, int b, int c) {
22
return 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected