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

Method SetCode

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

Source from the content-addressed store, hash-verified

26 operator bool() const { return OK(); }
27
28 void SetCode(uint32_t code) { code_ = code; }
29 void SetCode(aimrt_rpc_status_code_t code) { code_ = code; }
30
31 uint32_t Code() const { return code_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected