MCPcopy 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\
88int x, y;\r\n\
89int sum(int x){ return x + y; }\r\n\
90int sum(int x, ny){ y = ny; return sum(x); }\r\n\
91}\r\n\
92Test a;\r\n\
93a.x = 14;\r\n\

Callers 1

TestMembers.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected