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

Method PageSize

internal/common/meta.go:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83func (m *Meta) PageSize() uint32 {
84 return m.pageSize
85}
86
87func (m *Meta) SetPageSize(v uint32) {
88 m.pageSize = v

Callers 5

ReadPageAndHWMSizeFunction · 0.80
surgeryMetaValidateFuncFunction · 0.80
surgeryMetaUpdateFuncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected