Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/Issue313.cpp:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
void DangerousFunc(const A&) {}
9
10
int main()
11
{
12
DangerousFunc(static_cast<A>(B{}));
13
}
Callers
nothing calls this directly
Calls
1
DangerousFunc
Function · 0.85
Tested by
no test coverage detected