Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/bbolt
/ Flags
Method
Flags
internal/common/page.go:190–192 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
188
}
189
190
func
(p *Page) Flags() uint16 {
191
return
p.flags
192
}
193
194
func
(p *Page) SetFlags(v uint16) {
195
p.flags = v
Callers
15
recursivelyCheckBucketInPage
Method · 0.45
recursivelyCheckPageKeyOrderInternal
Method · 0.45
write
Method · 0.45
TestNode_put
Function · 0.45
EnableTimestamps
Method · 0.45
Stats
Method · 0.45
inlineable
Method · 0.45
search
Method · 0.45
keyValue
Method · 0.45
newSurgeryFreelistAbandonCommand
Function · 0.45
newSurgeryFreelistRebuildCommand
Function · 0.45
newCheckCommand
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestNode_put
Function · 0.36
compareDataAfterClearingElement
Function · 0.36