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

Method SetVersion

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

Source from the content-addressed store, hash-verified

77}
78
79func (m *Meta) SetVersion(v uint32) {
80 m.version = v
81}
82
83func (m *Meta) PageSize() uint32 {
84 return m.pageSize

Callers 2

initMethod · 0.80
updateMetaFieldFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected