Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
83
func
(m *Meta) PageSize() uint32 {
84
return
m.pageSize
85
}
86
87
func
(m *Meta) SetPageSize(v uint32) {
88
m.pageSize = v
Callers
5
getPageSizeFromFirstMeta
Method · 0.80
getPageSizeFromSecondMeta
Method · 0.80
ReadPageAndHWMSize
Function · 0.80
surgeryMetaValidateFunc
Function · 0.80
surgeryMetaUpdateFunc
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected