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

Method CoreRef

src/interface/aimrt_module_cpp_interface/core.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33class CoreRef {
34 public:
35 CoreRef() = default;
36 explicit CoreRef(const aimrt_core_base_t* base_ptr)
37 : base_ptr_(base_ptr) {}
38 ~CoreRef() = default;

Callers 3

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected