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

Function main

tests/EduCfrontTest.cpp:37–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37int main()
38{
39 Apple a{};
40
41 a.Set(4);
42
43 Apple* paaa{};
44 paaa->Set(5);
45
46 Apple b{6};
47
48 Apple c{b};
49
50 b = a;
51}

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected