Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Base
Method
Base
tests/usingConstructor2Test.cpp:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class Base {
2
public:
3
Base(double) {}
4
};
5
6
class Derived : public Base{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected