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

Method X

tests/ClassMethodOutsideClassTest.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8};
9
10X::X(int ii)
11{
12 i = ii;
13}
14
15void X::modify()
16{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected