Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davemoore22/sorcery
/ _initialise
Method
_initialise
src/engine/graveyard.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
Sorcery::Graveyard::~Graveyard() {}
47
48
auto Sorcery::Graveyard::_initialise() -> bool {
49
50
return true;
51
}
52
53
auto Sorcery::Graveyard::start(void) -> int {
54
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected