MCPcopy
hub / github.com/etcd-io/etcd / txnPrefix

Struct txnPrefix

client/v3/namespace/kv.go:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101type txnPrefix struct {
102 clientv3.Txn
103 kv *kvPrefix
104}
105
106func (kv *kvPrefix) Txn(ctx context.Context) clientv3.Txn {
107 return &txnPrefix{kv.KV.Txn(ctx), kv}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected