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

Method Info

src/examples/cpp/context/module/executor/executor_module.h:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 ~ExecutorModule() override = default;
21
22 ModuleInfo Info() const override {
23 return ModuleInfo{.name = "ContextExecutorModule"};
24 }
25
26 bool Initialize(aimrt::CoreRef core) override;
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected