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

Method addResponseFlag

src/ExtMsg.actor.h:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 void setResponseFlags(int32_t flags) { replyHeader.responseFlags = flags; }
134
135 void addResponseFlag(int32_t flag) { replyHeader.responseFlags = replyHeader.responseFlags | flag; }
136
137 void write(Reference<ExtConnection>);
138

Callers 2

Future<Void> runQueryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected