MCPcopy Create free account
hub / github.com/Neargye/nameof / SomeMethod1

Method SomeMethod1

example/example.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 int somefield = 0;
36
37 void SomeMethod1(int i) { somefield = i; }
38
39 int SomeMethod2() const { return somefield; }
40};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected