MCPcopy 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
23private:
24 int mBar;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected