Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ sum
Function
sum
tests/TestGC.cpp:140–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
class A\r\n\
139
{\r\n\
140
int x, y;\r\n\
141
int sum(){ return x + y; }\r\n\
142
}\r\n\
143
auto a = new A;\r\n\
144
a.x = 4;\r\n\
Callers
5
TestImplicitArray.cpp
File · 0.70
wrap
Function · 0.70
TestVarargs.cpp
File · 0.70
TestGenericType.cpp
File · 0.70
TestScope.cpp
File · 0.70
Calls
1
auto
Function · 0.70
Tested by
no test coverage detected