Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main2
Function
main2
tests/TemporaryHandler2Test.cpp:79–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
Foo return_foo() { return {}; }
78
79
int main2()
80
{
81
const Base &b {return_foo()};
82
83
return 2;
84
}
85
86
struct S {
87
S() { } // User defined constructor makes S non-POD.
Callers
nothing calls this directly
Calls
1
return_foo
Function · 0.85
Tested by
no test coverage detected