Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davemoore22/sorcery
/ _initialise
Method
_initialise
src/modules/reorder.cpp:41–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
_initialise();
41
};
42
43
auto Sorcery::Reorder::_initialise() -> bool {
44
45
_ctx.controller->set_selected(
"reorder_selected"
, 0);
46
47
return true;
48
}
49
Callers
nothing calls this directly
Calls
1
set_selected
Method · 0.80
Tested by
no test coverage detected