MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / ExtMsgHeader

Method ExtMsgHeader

src/ExtStructs.h:163–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 int32_t responseTo;
162 int32_t opCode;
163 ExtMsgHeader() : messageLength(0), requestID(0), responseTo(0), opCode(0) {}
164 std::string toString() {
165 return format("HEADER: messageLength=%d, requestID=%d, responseTo=%d, opCode=%d", messageLength, requestID,
166 responseTo, opCode);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected