Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
auto 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
21
void Fun()
Callers
1
main
Function · 0.70
Calls
2
Open
Function · 0.70
Write
Function · 0.70
Tested by
no test coverage detected