MCPcopy
hub / github.com/perkeep/perkeep / Error

Method Error

pkg/blobserver/files/enumerate.go:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (ee *enumerateError) Error() string {
48 return fmt.Sprintf("files enumerate error: %s: %v", ee.msg, ee.err)
49}
50
51// readBlobs implements EnumerateBlobs. It calls itself recursively on subdirectories.
52func (ds *Storage) readBlobs(ctx context.Context, opts readBlobRequest) error {

Callers 13

TestMarshalBinaryFunction · 0.45
TestTestingLinkedFunction · 0.45
TestReceiveFunction · 0.45
reindexOneMethod · 0.45
walkPackMethod · 0.45
TestEnumerateFunction · 0.45
testRemoveMethod · 0.45
ServeHTTPMethod · 0.45
TestNonS3EndpointsFunction · 0.45
TestArchiverFunction · 0.45
TestArchiverStressFunction · 0.45
TestEncryptFunction · 0.45

Calls

no outgoing calls

Tested by 9

TestMarshalBinaryFunction · 0.36
TestTestingLinkedFunction · 0.36
TestReceiveFunction · 0.36
TestEnumerateFunction · 0.36
TestNonS3EndpointsFunction · 0.36
TestArchiverFunction · 0.36
TestArchiverStressFunction · 0.36
TestEncryptFunction · 0.36
TestNewFromConfigFunction · 0.36