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

Method getNewRequestID

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

* Get a new server-generated request ID for this connection. Used in Exhaust mode * where server generates multiple replies to a single Query. Will probably be used * in other situations as well in which server generates Replies not specifically solicited. */

Source from the content-addressed store, hash-verified

134 * in other situations as well in which server generates Replies not specifically solicited.
135 */
136 int32_t getNewRequestID() { return nextServerGeneratedRequestID++; }
137
138 /**
139 * Update the max RequestID we have seen received on this connection.

Callers 1

Future<Void> runQueryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected