MCPcopy
hub / github.com/etcd-io/bbolt / SetPageSize

Method SetPageSize

internal/common/meta.go:87–89  ·  view source on GitHub ↗
(v uint32)

Source from the content-addressed store, hash-verified

85}
86
87func (m *Meta) SetPageSize(v uint32) {
88 m.pageSize = v
89}
90
91func (m *Meta) Flags() uint32 {
92 return m.flags

Callers 2

initMethod · 0.80
updateMetaFieldFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected