Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Foo
Function
Foo
tests/IfSwitchInitHandler2Test.cpp:7–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
7
auto Foo()
8
{
9
switch( auto ret = Open(); ret )
10
{
11
case SUCCESS: return 1;
12
case FAIL: return 0;
13
}
14
15
return -1;
16
}
17
18
int main()
19
{
Callers
1
main
Function · 0.70
Calls
1
Open
Function · 0.70
Tested by
no test coverage detected