MCPcopy Create free account
hub / github.com/asmuth/clip / ReturnCode

Method ReturnCode

src/return_code.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32struct ReturnCode {
33 ReturnCode() : code(OK) {}
34 ReturnCode(Status c) : code(c) {}
35 ReturnCode(Status c, const std::string& m) : code(c), message(m) {}
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected