Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
79
func
(m *Meta) SetVersion(v uint32) {
80
m.version = v
81
}
82
83
func
(m *Meta) PageSize() uint32 {
84
return
m.pageSize
Callers
2
init
Method · 0.80
updateMetaField
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected