Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
135
func
(m *Meta) IncTxid() {
136
m.txid += 1
137
}
138
139
func
(m *Meta) DecTxid() {
140
m.txid -= 1
Callers
1
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected