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

Method cli

src/interface/aimrt_module_cpp_interface/context/context.h:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221inline OpCli Context::cli(std::source_location loc) {
222 return OpCli(*this, loc);
223}
224
225inline OpSrv Context::srv(std::source_location loc) {
226 return OpSrv(*this, loc);

Callers 1

CallMethod · 0.80

Calls 1

OpCliClass · 0.70

Tested by

no test coverage detected