Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davemoore22/sorcery
/ stop
Method
stop
src/engine/engine.cpp:264–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
// Exit if we get to here having broken out of the loop
265
return LEAVE_MAZE;
266
}
267
268
auto Sorcery::Engine::stop() -> void {
269
270
_ctx.controller->unset_flag(
"in_engine"
);
Callers
1
start
Method · 0.45
Calls
1
unset_flag
Method · 0.80
Tested by
no test coverage detected