MCPcopy
hub / github.com/flyteorg/flyte / Exists

Method Exists

flytestdlib/storage/storage.go:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33// Metadata is a placeholder for data reference metadata.
34type Metadata interface {
35 Exists() bool
36 Size() int64
37 Etag() string
38 // ContentMD5 retrieves the value of a special metadata tag added by the system that

Callers 15

TestUploadFileFunction · 0.65
DownloadFileFromStorageFunction · 0.65
TestUploadOptions_UploadFunction · 0.65
TestCachedRawStoreFunction · 0.65
TestRedisStore_HeadFunction · 0.65
TestRedisStore_DeleteFunction · 0.65
TestStowStore_DeleteFunction · 0.65
writeTestFileWithSizeFunction · 0.65

Implementers 7

MemoryMetadataflyteplugins/go/tasks/pluginmachinery/
StowMetadataflytestdlib/storage/stow_store.go
MemoryMetadataflytestdlib/storage/mem_store.go
Metadataflytestdlib/storage/mocks/mocks.go
Metadata_Expecterflytestdlib/storage/mocks/mocks.go
Metadataflytestdlib/flytestdlib/storage/mocks/
Metadata_Expecterflytestdlib/flytestdlib/storage/mocks/

Calls

no outgoing calls

Tested by 12

TestUploadFileFunction · 0.52
TestUploadOptions_UploadFunction · 0.52
TestCachedRawStoreFunction · 0.52
TestRedisStore_HeadFunction · 0.52
TestRedisStore_DeleteFunction · 0.52
TestStowStore_DeleteFunction · 0.52
writeTestFileWithSizeFunction · 0.52
TestInMemoryStore_HeadFunction · 0.52