MCPcopy
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
190func (p *Page) Flags() uint16 {
191 return p.flags
192}
193
194func (p *Page) SetFlags(v uint16) {
195 p.flags = v

Callers 15

writeMethod · 0.45
TestNode_putFunction · 0.45
EnableTimestampsMethod · 0.45
StatsMethod · 0.45
inlineableMethod · 0.45
searchMethod · 0.45
keyValueMethod · 0.45
newCheckCommandFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestNode_putFunction · 0.36