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