MCPcopy 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
7auto 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
18int main()
19{

Callers 1

mainFunction · 0.70

Calls 1

OpenFunction · 0.70

Tested by

no test coverage detected