Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/flyteorg/flyte
/ MemoryMetadata
Struct
MemoryMetadata
flytestdlib/storage/mem_store.go:23–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
type
MemoryMetadata
struct
{
24
exists bool
25
size int64
26
etag string
27
contentMD5 string
28
}
29
30
func
(m MemoryMetadata) Size() int64 {
31
return
m.size
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected