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

Method GetFoo

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

Source from the content-addressed store, hash-verified

8
9protected:
10 int GetFoo() const { return mFoo; }
11
12private:
13 int mFoo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected