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

Method Name

src/interface/aimrt_module_cpp_interface/executor/executor.h:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 std::string_view Name() const {
38 AIMRT_ASSERT(base_ptr_, "Reference is null.");
39 return aimrt::util::ToStdStringView(base_ptr_->name(base_ptr_->impl));
40 }
41
42 bool ThreadSafe() const {
43 AIMRT_ASSERT(base_ptr_, "Reference is null.");

Callers

nothing calls this directly

Calls 1

ToStdStringViewFunction · 0.85

Tested by

no test coverage detected