Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Sum
Method
Sum
tests/ClassCallTest.cpp:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
: Foo(foo), mBar(bar) {}
20
21
int Sum() { return mBar + GetFoo(); }
22
23
private:
24
int mBar;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected