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

Function Foo

tests/IfSwitchInitHandlerTest.cpp:6–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6auto Foo()
7{
8 if( auto ret = Open(); SUCCESS != ret )
9 {
10 return ret;
11 } else if( auto ret = Write(); SUCCESS != ret ) {
12 return ret;
13 }
14
15 // ...
16
17 return SUCCESS;
18}
19
20
21void Fun()

Callers 1

mainFunction · 0.70

Calls 2

OpenFunction · 0.70
WriteFunction · 0.70

Tested by

no test coverage detected