Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Mul
Method
Mul
tests/ClassCallTest.cpp:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
Foo(int foo) : mFoo(foo) {}
6
7
int Mul(int f) { return f * GetFoo(); }
8
9
protected:
10
int GetFoo() const { return mFoo; }
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected