Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
87
func
(m *Meta) SetPageSize(v uint32) {
88
m.pageSize = v
89
}
90
91
func
(m *Meta) Flags() uint32 {
92
return
m.flags
Callers
2
init
Method · 0.80
updateMetaField
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected