MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Foo

Method Foo

tests/ClassOperatorHandler6Test.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21{
22public:
23 Foo(int x) : mX{x} { }
24
25 Foo(const char c) : mX{0} {
26 *this = c;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected