Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drop
Method · 0.95
preload_database
Function · 0.80
process_update_operator_pull
Method · 0.80
cleanup_file
Function · 0.80
Future<Void> Internal_doDropCollection
Function · 0.80
Future<Void> Internal_doRenameCollection
Function · 0.80
Calls
1
SortedDict
Class · 0.85
Tested by
no test coverage detected