Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/bbolt
/ SetFlags
Method
SetFlags
internal/common/page.go:194–196 ·
view source on GitHub ↗
(v uint16)
Source
from the content-addressed store, hash-verified
192
}
193
194
func
(p *Page) SetFlags(v uint16) {
195
p.flags = v
196
}
197
198
func
(p *Page) Count() uint16 {
199
return
p.count
Callers
11
put
Method · 0.45
write
Method · 0.45
TestNode_read_LeafPage
Function · 0.45
WriteTo
Method · 0.45
init
Method · 0.45
EnableTimestamps
Method · 0.45
corruptRootPage
Function · 0.45
Write
Method · 0.45
TestFreelist_read
Function · 0.45
TestFreelist_read_panics
Function · 0.45
updateMetaField
Function · 0.45
Calls
no outgoing calls
Tested by
4
TestNode_read_LeafPage
Function · 0.36
corruptRootPage
Function · 0.36
TestFreelist_read
Function · 0.36
TestFreelist_read_panics
Function · 0.36