Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/StdFunctionTest.cpp:13–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
int main()
14
{
15
std::function<void()> x = Func;
16
17
Test(x);
18
}
Callers
nothing calls this directly
Calls
1
Test
Function · 0.70
Tested by
no test coverage detected