MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / module_is_started

Function module_is_started

TactilityKernel/source/module.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64bool module_is_started(struct Module* module) {
65 auto* internal = module->internal;
66 return internal != nullptr && internal->started;
67}
68
69error_t module_stop(struct Module* module) {
70 LOG_I(TAG, "stop %s", module->name);

Callers 4

ModuleTest.cppFile · 0.85
module_resolve_symbolFunction · 0.85
isStartedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected