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

Method Test

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected