MCPcopy Create free account
hub / github.com/cosdata/cosdata / do_upsert

Function do_upsert

tests/test-key-value-store.py:143–145  ·  view source on GitHub ↗
(txn_id)

Source from the content-addressed store, hash-verified

141 print("\n[Test: Basic Upsert/Lookup]")
142
143 def do_upsert(txn_id):
144 upsert(name, txn_id, "key1", "value1")
145 upsert(name, txn_id, "key2", "value2")
146
147 run_in_txn(name, do_upsert)
148

Callers

nothing calls this directly

Calls 1

upsertFunction · 0.70

Tested by

no test coverage detected