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

Method Status

src/interface/aimrt_module_cpp_interface/rpc/rpc_status.h:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14class Status {
15 public:
16 Status() = default;
17 ~Status() = default;
18
19 explicit Status(aimrt_rpc_status_code_t code) : code_(code) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected