Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/bbolt
/ Txid
Method
Txid
internal/common/meta.go:127–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
}
126
127
func
(m *Meta) Txid() Txid {
128
return
m.txid
129
}
130
131
func
(m *Meta) SetTxid(id Txid) {
132
m.txid = id
Callers
14
spill
Method · 0.80
free
Method · 0.80
ID
Method · 0.80
Commit
Method · 0.80
nonPhysicalRollback
Method · 0.80
rollback
Method · 0.80
allocate
Method · 0.80
beginTx
Method · 0.80
removeTx
Method · 0.80
meta
Method · 0.80
free
Method · 0.80
GetActiveMetaPage
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestSurgery_RevertMetaPage
Function · 0.64