MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

tests/LambdaHandler3Test.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7int main()
8{
9 int y = 3;
10 return Is([&](int x){ return x +y; });
11}
12

Callers

nothing calls this directly

Calls 1

IsFunction · 0.70

Tested by

no test coverage detected