Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
protected:
10
int GetFoo() const { return mFoo; }
11
12
private:
13
int mFoo;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected