Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/CPP
/ foo1
Function
foo1
week06/examples/param-pointer.cpp:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
using namespace std;
3
4
int foo1(int x)
5
{
6
x += 10;
7
return x;
8
}
9
10
11
int foo2(int * p)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected