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

Method Foo

tests/ClassOpInTemplateFunctionTest.cpp:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2{
3public:
4 Foo(int x) : mX{x} { }
5
6 Foo(const char c) : mX{0} {
7 *this = c;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected