MCPcopy Create free account
hub / github.com/bytedance/InfiniStore / error_code

Function error_code

src/allocate_response_generated.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 return GetPointer<const flatbuffers::Vector<const RemoteBlock *> *>(VT_BLOCKS);
38 }
39 uint32_t error_code() const { return GetField<uint32_t>(VT_ERROR_CODE, 0); }
40 bool Verify(flatbuffers::Verifier &verifier) const {
41 return VerifyTableStart(verifier) && VerifyOffset(verifier, VT_BLOCKS) &&
42 verifier.VerifyVector(blocks()) && VerifyField<uint32_t>(verifier, VT_ERROR_CODE) &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected