MCPcopy
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
194func (p *Page) SetFlags(v uint16) {
195 p.flags = v
196}
197
198func (p *Page) Count() uint16 {
199 return p.count

Callers 11

putMethod · 0.45
writeMethod · 0.45
TestNode_read_LeafPageFunction · 0.45
WriteToMethod · 0.45
initMethod · 0.45
EnableTimestampsMethod · 0.45
corruptRootPageFunction · 0.45
WriteMethod · 0.45
TestFreelist_readFunction · 0.45
TestFreelist_read_panicsFunction · 0.45
updateMetaFieldFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestNode_read_LeafPageFunction · 0.36
corruptRootPageFunction · 0.36
TestFreelist_readFunction · 0.36
TestFreelist_read_panicsFunction · 0.36