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

Method insert

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

Source from the content-addressed store, hash-verified

763 }
764
765 Future<Reference<IReadWriteContext>> insert(Reference<CollectionContext> cx) { return indexInsertActor(this, cx); }
766};
767
768ACTOR Future<WriteCmdResult> attemptIndexInsertion(bson::BSONObj indexObj,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected