MCPcopy
hub / github.com/etcd-io/bbolt / IncTxid

Method IncTxid

internal/common/meta.go:135–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133}
134
135func (m *Meta) IncTxid() {
136 m.txid += 1
137}
138
139func (m *Meta) DecTxid() {
140 m.txid -= 1

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected