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

Method Test

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

Source from the content-addressed store, hash-verified

2{
3public:
4 Test(): mV{} {}
5
6 Test(int v)
7 : mV{v}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected