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

Method Magic

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

Source from the content-addressed store, hash-verified

65}
66
67func (m *Meta) Magic() uint32 {
68 return m.magic
69}
70
71func (m *Meta) SetMagic(v uint32) {
72 m.magic = v

Callers 3

ReadPageAndHWMSizeFunction · 0.80
TestSurgery_Meta_UpdateFunction · 0.80
updateMetaFieldFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestSurgery_Meta_UpdateFunction · 0.64