MCPcopy
hub / github.com/perkeep/perkeep / Exp_BlobSource

Method Exp_BlobSource

pkg/index/export_test.go:128–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126}
127
128func (x *Index) Exp_BlobSource() blobserver.FetcherEnumerator {
129 x.mu.Lock()
130 defer x.mu.Unlock()
131 return x.blobSource
132}
133
134func (x *Index) Exp_FixMissingWholeRef(fetcher blob.Fetcher) (err error) {
135 return x.fixMissingWholeRef(fetcher)

Calls 2

LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected