MCPcopy
hub / github.com/perkeep/perkeep / String

Method String

pkg/blobserver/diskpacked/diskpacked.go:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97func (s *storage) String() string {
98 return fmt.Sprintf("\"diskpacked\" blob packs at %s", s.root)
99}
100
101var (
102 readVar = expvar.NewMap("diskpacked-read-bytes")

Callers 7

reindexOneMethod · 0.45
TestWalkPackFunction · 0.45
deleteMethod · 0.45
TestCloseFunction · 0.45
RemoveBlobsMethod · 0.45
appendMethod · 0.45
metaMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestWalkPackFunction · 0.36
TestCloseFunction · 0.36