Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/changkun/modern-cpp-tutorial
/ add
Function
add
code/1/foo.c:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
#include
"foo.h"
10
11
int add(int x, int y) {
12
return x+y;
13
}
Callers
2
main
Function · 0.70
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected