Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/bbolt
/ Id
Method
Id
internal/common/page.go:182–184 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
180
}
181
182
func
(p *Page) Id() Pgid {
183
return
p.id
184
}
185
186
func
(p *Page) SetId(target Pgid) {
187
p.id = target
Callers
15
verifyPageReachable
Function · 0.80
read
Method · 0.80
write
Method · 0.80
spill
Method · 0.80
commitFreelist
Method · 0.80
allocate
Method · 0.80
write
Method · 0.80
writeMeta
Method · 0.80
allocate
Method · 0.80
search
Method · 0.80
node
Method · 0.80
ReadPage
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestPageItemCommand_Run
Function · 0.64