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

Function Foo

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

Source from the content-addressed store, hash-verified

4
5
6auto Foo()
7{
8 // normal if but with an DeclStmt. No rewrite expected
9 if( auto ret = Open() )
10 {
11 if( SUCCESS != ret ) {
12 return ret;
13 }
14 }
15 // ...
16
17 return SUCCESS;
18}
19
20
21

Callers 1

mainFunction · 0.70

Calls 1

OpenFunction · 0.70

Tested by

no test coverage detected