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

Method toString

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

Source from the content-addressed store, hash-verified

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);
167 }
168};
169
170#pragma pack(push, 4)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected