Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ B
Class
B
tests/Issue313.cpp:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
struct A {};
4
struct B {
5
explicit operator A() { return {}; }
6
};
7
8
void DangerousFunc(const A&) {}
9
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected