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

Method Test

tests/EduCfrontTest3.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7public:
8 Test(int x)
9 : mX{x}
10 {
11 }
12};
13
14Test* t = new Test{4};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected