Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmitry-s93/MControlCenter
/ loadEcSysModule
Method
loadEcSysModule
src/operate.cpp:90–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
bool Operate::loadEcSysModule() const {
91
return helper.loadEcSysModule();
92
}
93
94
bool Operate::updateEcData() const {
95
return helper.updateData();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected