MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / X

Class X

tests/Issue178.cpp:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1struct X{
2 int f();
3 int f(int);
4 int f(double);
5};
6
7struct Y:X {
8 int f(float);

Callers 1

SingMethod · 0.70

Calls

no outgoing calls

Tested by 1

SingMethod · 0.56