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

Method SetMagic

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

Source from the content-addressed store, hash-verified

69}
70
71func (m *Meta) SetMagic(v uint32) {
72 m.magic = v
73}
74
75func (m *Meta) Version() uint32 {
76 return m.version

Callers 2

initMethod · 0.80
updateMetaFieldFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected