MCPcopy Create free account
hub / github.com/dmitry-s93/MControlCenter / isEcSysModuleLoaded

Method isEcSysModuleLoaded

src/operate.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82bool Operate::isEcSysModuleLoaded() const {
83 return helper.isEcSysModuleLoaded();
84}
85
86bool Operate::isMsiEcLoaded() const {
87 return msiEcHelper.isMsiEcModuleLoaded();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected