Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
71
func
(m *Meta) SetMagic(v uint32) {
72
m.magic = v
73
}
74
75
func
(m *Meta) Version() uint32 {
76
return
m.version
Callers
2
init
Method · 0.80
updateMetaField
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected