Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/IfStmtHandler2Test.cpp:1–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
int main()
2
{
3
if( char* ptr = nullptr) {
4
} else {
5
*ptr = 2;
6
}
7
8
const char* ptr2;
9
if( ptr2 ) {
10
}
11
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected