MCPcopy Create free account
hub / github.com/apple/foundationdb / insert

Method insert

fdbclient/include/fdbclient/KeyRangeMap.h:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113public:
114 void getRangesAffectedByInsertion(const KeyRangeRef& keys, std::vector<KeyRange>& affectedRanges);
115 void insert(const KeyRangeRef& keys, const Future<Void>& value) { map.insert(keys, value); }
116 void cancel(const KeyRangeRef& keys) { insert(keys, Future<Void>()); }
117 bool liveActorAt(const KeyRef& key) {
118 Future<Void> actorAt = map[key];

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected