Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ sum
Function
sum
tests/TestMembers.cpp:89–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
"class Test{\r\n\
88
int x, y;\r\n\
89
int sum(int x){ return x + y; }\r\n\
90
int sum(int x, ny){ y = ny; return sum(x); }\r\n\
91
}\r\n\
92
Test a;\r\n\
93
a.x = 14;\r\n\
Callers
1
TestMembers.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected