MCPcopy 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
13int main()
14{
15 std::function<void()> x = Func;
16
17 Test(x);
18}

Callers

nothing calls this directly

Calls 1

TestFunction · 0.70

Tested by

no test coverage detected