MCPcopy Create free account
hub / github.com/nutsdb/nutsdb / submitEntry

Method submitEntry

tx.go:56–58  ·  view source on GitHub ↗
(ds uint16, bucket string, e *core.Entry)

Source from the content-addressed store, hash-verified

54}
55
56func (tx *Tx) submitEntry(ds uint16, bucket string, e *core.Entry) {
57 tx.pendingWrites.submitEntry(ds, bucket, e)
58}
59
60func runTxnCallback(cb *txnCb) {
61 switch {

Callers 1

putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected