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

Method Foo

tests/EduCfrontTest21.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6struct Foo
7{
8 Foo(char x, int y)
9 : _x{x}
10 , _y(y)
11 {
12 }
13 Foo(int y) {}
14
15 char _x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected