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