Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationDB/fdb-document-layer
/ insert_one
Method
insert_one
test/correctness/mongo_model.py:568–569 ·
view source on GitHub ↗
(self, dict)
Source
from the content-addressed store, hash-verified
566
raise
e
567
568
def
insert_one(self, dict):
569
self.insert(dict)
570
571
def
insert_many(self, list):
572
self.insert(list)
Callers
13
test_update_array_containing_none_value
Function · 0.80
test_addToSet_with_none_value
Function · 0.80
test_simple_remove
Function · 0.80
test_simple_update
Function · 0.80
test_renamecollection_1
Function · 0.80
test_renamecollection_2
Function · 0.80
test_renamecollection_3
Function · 0.80
test_renamecollection_4
Function · 0.80
test_renamecollection_5
Function · 0.80
test_renamecollection_6
Function · 0.80
test_renamecollection_8
Function · 0.80
distinct_test
Function · 0.80
Calls
1
insert
Method · 0.95
Tested by
13
test_update_array_containing_none_value
Function · 0.64
test_addToSet_with_none_value
Function · 0.64
test_simple_remove
Function · 0.64
test_simple_update
Function · 0.64
test_renamecollection_1
Function · 0.64
test_renamecollection_2
Function · 0.64
test_renamecollection_3
Function · 0.64
test_renamecollection_4
Function · 0.64
test_renamecollection_5
Function · 0.64
test_renamecollection_6
Function · 0.64
test_renamecollection_8
Function · 0.64
distinct_test
Function · 0.64