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

Method A

tests/EduCfrontReferencesTest.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12public:
13 A(int& _r)
14 : r{_r}
15 {
16 }
17};
18
19int main()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected