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

Method remove

test/correctness/mongo_model.py:516–517  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

514 self.indexes = []
515
516 def remove(self):
517 self.data = SortedDict()
518
519 def _insert(self, doc):
520 if '_id' not in doc:

Callers 6

dropMethod · 0.95
preload_databaseFunction · 0.80
cleanup_fileFunction · 0.80

Calls 1

SortedDictClass · 0.85

Tested by

no test coverage detected