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

Method OpBase

src/interface/aimrt_module_cpp_interface/context/op_base.h:14–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12class OpBase {
13 protected:
14 OpBase(Context& ctx, std::source_location loc) noexcept
15 : ctx_(ctx), loc_(loc) {}
16
17 Context& ctx_;
18 std::source_location loc_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected