Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/bbolt
/ SetCount
Method
SetCount
internal/common/page.go:202–204 ·
view source on GitHub ↗
(target uint16)
Source
from the content-addressed store, hash-verified
200
}
201
202
func
(p *Page) SetCount(target uint16) {
203
p.count = target
204
}
205
206
func
(p *Page) Overflow() uint32 {
207
return
p.overflow
Callers
7
write
Method · 0.80
TestNode_read_LeafPage
Function · 0.80
init
Method · 0.80
ClearPageElements
Function · 0.80
Write
Method · 0.80
TestFreelist_read
Function · 0.80
TestFreelist_read_panics
Function · 0.80
Calls
no outgoing calls
Tested by
3
TestNode_read_LeafPage
Function · 0.64
TestFreelist_read
Function · 0.64
TestFreelist_read_panics
Function · 0.64