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