Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
34
type
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
TestUploadFile
Function · 0.65
DownloadFileFromStorage
Function · 0.65
TestUploadOptions_Upload
Function · 0.65
TestCachedRawStore
Function · 0.65
TestRedisStore_WriteRawStreamExceedsDeclaredSize
Function · 0.65
TestRedisStore_Head
Function · 0.65
TestRedisStore_HeadEmptyValue
Function · 0.65
TestRedisStore_Delete
Function · 0.65
TestStowStore_Delete
Function · 0.65
writeTestFileWithSize
Function · 0.65
TestRoutingStore_DispatchByScheme
Function · 0.65
TestRoutingStore_DeleteRoutes
Function · 0.65
Implementers
7
MemoryMetadata
flyteplugins/go/tasks/pluginmachinery/
StowMetadata
flytestdlib/storage/stow_store.go
MemoryMetadata
flytestdlib/storage/mem_store.go
Metadata
flytestdlib/storage/mocks/mocks.go
Metadata_Expecter
flytestdlib/storage/mocks/mocks.go
Metadata
flytestdlib/flytestdlib/storage/mocks/
Metadata_Expecter
flytestdlib/flytestdlib/storage/mocks/
Calls
no outgoing calls
Tested by
12
TestUploadFile
Function · 0.52
TestUploadOptions_Upload
Function · 0.52
TestCachedRawStore
Function · 0.52
TestRedisStore_WriteRawStreamExceedsDeclaredSize
Function · 0.52
TestRedisStore_Head
Function · 0.52
TestRedisStore_HeadEmptyValue
Function · 0.52
TestRedisStore_Delete
Function · 0.52
TestStowStore_Delete
Function · 0.52
writeTestFileWithSize
Function · 0.52
TestRoutingStore_DispatchByScheme
Function · 0.52
TestRoutingStore_DeleteRoutes
Function · 0.52
TestInMemoryStore_Head
Function · 0.52