Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/bbolt
/ Pos
Method
Pos
internal/common/page.go:285–287 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
283
}
284
285
func
(n *leafPageElement) Pos() uint32 {
286
return
n.pos
287
}
288
289
func
(n *leafPageElement) SetPos(v uint32) {
290
n.pos = v
Callers
1
Stats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected