Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
int 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
Set
Method · 0.45
Get
Method · 0.45
Tested by
no test coverage detected