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

Method run

src/ExtMsg.actor.cpp:544–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544Future<Void> ExtMsgQuery::run(Reference<ExtConnection> nmc) {
545 return doRun(Reference<ExtMsgQuery>::addRef(this), nmc);
546}
547
548ExtMsgReply::ExtMsgReply(ExtMsgHeader* header, const uint8_t* body) : header(nullptr) {
549 memcpy(&replyHeader, header, sizeof(ExtReplyHeader));

Callers 2

processRequestFunction · 0.45
mainFunction · 0.45

Calls 4

doKillCursorsRunFunction · 0.85
afterWriteMethod · 0.80
beforeWriteMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected