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