MCPcopy Create free account
hub / github.com/AimRT/AimRT / Start

Method Start

src/runtime/core/module/module_maneger_test.cc:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 bool Start() override {
28 is_start_ = true;
29 return true;
30 }
31
32 void Shutdown() override {
33 is_shutdown_ = true;

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected