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