MCPcopy 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
90bool Operate::loadEcSysModule() const {
91 return helper.loadEcSysModule();
92}
93
94bool Operate::updateEcData() const {
95 return helper.updateData();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected