MCPcopy
hub / github.com/perkeep/perkeep / testEnum

Struct testEnum

pkg/blobserver/mergedenum_test.go:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149type testEnum struct {
150 blobs []string
151}
152
153func (te testEnum) EnumerateBlobs(ctx context.Context, dest chan<- blob.SizedRef, after string, limit int) error {
154 defer close(dest)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected