Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Put
Method
Put
driver/hybriddb/write_batch.go:12–14 ·
view source on GitHub ↗
(key, value []byte)
Source
from the content-addressed store, hash-verified
10
}
11
12
func
(w *WriteBatch) Put(key, value []byte) {
13
w.wbatch.Put(key, value)
14
}
15
16
func
(w *WriteBatch) Delete(key []byte) {
17
w.wbatch.Delete(key)
Callers
8
TestWriteBatch_BasicOperations
Function · 0.95
TestWriteBatch_MixedOperations
Function · 0.95
TestWriteBatch_SyncCommit
Function · 0.95
TestWriteBatch_Rollback
Function · 0.95
TestWriteBatch_Close
Function · 0.95
TestWriteBatch_Data
Function · 0.95
TestWriteBatch_Concurrent
Function · 0.95
TestDB_WriteBatch
Function · 0.95
Calls
no outgoing calls
Tested by
8
TestWriteBatch_BasicOperations
Function · 0.76
TestWriteBatch_MixedOperations
Function · 0.76
TestWriteBatch_SyncCommit
Function · 0.76
TestWriteBatch_Rollback
Function · 0.76
TestWriteBatch_Close
Function · 0.76
TestWriteBatch_Data
Function · 0.76
TestWriteBatch_Concurrent
Function · 0.76
TestDB_WriteBatch
Function · 0.76