Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
67
func
(m *Meta) Magic() uint32 {
68
return
m.magic
69
}
70
71
func
(m *Meta) SetMagic(v uint32) {
72
m.magic = v
Callers
3
ReadPageAndHWMSize
Function · 0.80
TestSurgery_Meta_Update
Function · 0.80
updateMetaField
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestSurgery_Meta_Update
Function · 0.64