MCPcopy Index your code
hub / github.com/perkeep/perkeep / EnumerateBlobs

Method EnumerateBlobs

pkg/server/sync.go:1063–1067  ·  view source on GitHub ↗
(ctx context.Context, dest chan<- blob.SizedRef, after string, limit int)

Source from the content-addressed store, hash-verified

1061}
1062
1063func (sh *SyncHandler) EnumerateBlobs(ctx context.Context, dest chan<- blob.SizedRef, after string, limit int) error {
1064 defer close(dest)
1065 sh.logf("unexpected EnumerateBlobs call")
1066 return nil
1067}
1068
1069func (sh *SyncHandler) RemoveBlobs(ctx context.Context, blobs []blob.Ref) error {
1070 panic("unimplemented RemoveBlobs")

Callers

nothing calls this directly

Calls 1

logfMethod · 0.95

Tested by

no test coverage detected