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