Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/ClassCallTest.cpp:27–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
};
26
27
int main() {
28
Foo foo(10);
29
Bar bar(10, 5);
30
31
printf(
"%d %d %d\n"
, foo.Mul(2),
32
bar.Sum(), bar.Mul(3) );
33
}
34
Callers
nothing calls this directly
Calls
2
Mul
Method · 0.80
Sum
Method · 0.80
Tested by
no test coverage detected