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

Method pub

src/interface/aimrt_module_cpp_interface/context/context.h:213–215  ·  view source on GitHub ↗

Context member function implementations

Source from the content-addressed store, hash-verified

211
212// Context member function implementations
213inline OpPub Context::pub(std::source_location loc) {
214 return OpPub(*this, loc);
215}
216
217inline OpSub Context::sub(std::source_location loc) {
218 return OpSub(*this, loc);

Callers 1

PublishMethod · 0.80

Calls 1

OpPubClass · 0.70

Tested by

no test coverage detected