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

Function main

tests/StaticHandler3Test.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

SetMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected