Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Fun
Function
Fun
tests/IfSwitchInitHandlerTest.cpp:21–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
21
void Fun()
22
{
23
if(Open(); true) {}
24
25
switch(Open(); 1) {
26
default: break;
27
}
28
}
29
30
31
int main()
Callers
nothing calls this directly
Calls
1
Open
Function · 0.70
Tested by
no test coverage detected