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

Function main

tests/StaticHandler2Test.cpp:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32int main()
33{
34 Singleton& s = Singleton::Instance();
35
36 s.Set(22);
37
38 return s.Get();
39}

Callers

nothing calls this directly

Calls 2

SetMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected