Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/LambdaHandlerInFunctionTest.cpp:8–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
int main()
9
{
10
Test([]{printf(
"Hello"
);});
11
12
Test([]{printf(
"Bello"
); return 1;}());
13
}
Callers
nothing calls this directly
Calls
1
Test
Function · 0.70
Tested by
no test coverage detected