MCPcopy Create free account
hub / github.com/brimdata/super / Exists

Method Exists

pkg/storage/engine.go:29–29  ·  view source on GitHub ↗
(context.Context, *URI)

Source from the content-addressed store, hash-verified

27 Delete(context.Context, *URI) error
28 DeleteByPrefix(context.Context, *URI) error
29 Exists(context.Context, *URI) (bool, error)
30 Size(context.Context, *URI) (int64, error)
31 List(context.Context, *URI) ([]Info, error)
32}

Callers 8

ExistsMethod · 0.65
AddVectorsMethod · 0.65
DeleteVectorsMethod · 0.65
ObjectExistsMethod · 0.65
VacuumMethod · 0.65
DeleteObjectMethod · 0.65
VacuumableMethod · 0.65

Implementers 7

Routerpkg/storage/router.go
HTTPEnginepkg/storage/http.go
FileSystempkg/storage/file.go
S3Enginepkg/storage/s3.go
StdioEnginepkg/storage/stdio.go
MockEnginepkg/storage/mock/mock_engine.go
MockEngineMockRecorderpkg/storage/mock/mock_engine.go

Calls

no outgoing calls

Tested by 1