Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ wrap
Function
wrap
tests/TestVarargs.cpp:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
for(i in args)\r\n\
109
r += int(i);\r\n\
110
return r;\r\n\
111
}\r\n\
112
int wrap(auto ref[] args){ return sum(args); }\r\n\
113
auto foo = sum;\r\n\
114
\r\n\
115
int a = sum(1);\r\n\
Callers
1
TestVarargs.cpp
File · 0.85
Calls
1
sum
Function · 0.70
Tested by
no test coverage detected