Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davemoore22/sorcery
/ _initialise
Method
_initialise
src/engine/engine.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
};
63
64
Sorcery::Engine::~Engine() {}
65
66
auto Sorcery::Engine::_initialise() -> bool {
67
68
return true;
69
}
70
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected