MCPcopy
hub / github.com/etcd-io/bbolt / NewXRay

Function NewXRay

internal/surgeon/xray.go:20–22  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

18}
19
20func NewXRay(path string) XRay {
21 return XRay{path}
22}
23
24func (n XRay) traverse(stack []common.Pgid, visited map[common.Pgid]struct{}, callback func(page *common.Page, stack []common.Pgid) error) error {
25 pgid := stack[len(stack)-1]

Calls

no outgoing calls