Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
auto 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
main
Function · 0.70
Calls
1
Open
Function · 0.70
Tested by
no test coverage detected