Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ proxy
Function
proxy
tests/TestClosures.cpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
\r\n\
65
int global = 100;\r\n\
66
int test(int a, int c){ return global + a * c; }\r\n\
67
\r\n\
68
int proxy(int a, int c, typeof(test) foo){ return foo(a, c); }\r\n\
69
\r\n\
70
auto fp = test;\r\n\
71
int res1a, res1b, res1c, res1d;\r\n\
Callers
1
TestClosures.cpp
File · 0.85
Calls
1
foo
Function · 0.70
Tested by
no test coverage detected