MCPcopy 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

1class Foo{
2public:
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