Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ SomeLib
Method
SomeLib
examples/source/singleton.cpp:11–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
struct SomeLib {
10
private:
11
SomeLib() {
12
}
13
14
public:
15
static std::shared_ptr<SomeLib> getInstance();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected