Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/bbolt
/ pendingPageIds
Method
pendingPageIds
internal/freelist/shared.go:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(t *shared) pendingPageIds()
map
[common.Txid]*txPending {
36
return
t.pending
37
}
38
39
func
(t *shared) PendingCount() int {
40
var
count int
Callers
2
Copyall
Method · 0.95
reindex
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected