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