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

Function main

tests/StaticHandlerTest.cpp:75–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75int main()
76{
77 Singleton& s = Singleton::Instance();
78
79 s.Set(22);
80
81 B();
82
83 Bingleton* bb = B(false);
84
85 Bingleton& b2 = BB(true);
86
87 return s.Get();
88}

Callers

nothing calls this directly

Calls 3

BFunction · 0.70
SetMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected