MCPcopy Create free account
hub / github.com/dagger/dagger / DecodePersistedObject

Method DecodePersistedObject

dagql/cache_persistence_self.go:58–58  ·  view source on GitHub ↗
(context.Context, *Server, uint64, *ResultCall, json.RawMessage)

Source from the content-addressed store, hash-verified

56type PersistedObjectDecoder interface {
57 Typed
58 DecodePersistedObject(context.Context, *Server, uint64, *ResultCall, json.RawMessage) (Typed, error)
59}
60
61// PersistedSelfCodec is the shared interface used to encode/decode result self

Implementers 15

persistCodecObjdagql/cache_persistence_self_test.go
persistConcurrentDecodeObjdagql/cache_persistence_import_test.go
Workspacecore/workspace.go
EnvFilecore/envfile.go
HTTPStatecore/http.go
ClientFilesyncMirrorcore/client_filesync_mirror.go
CacheVolumecore/cache.go
Functioncore/typedef.go
FunctionArgcore/typedef.go
TypeDefcore/typedef.go
ObjectTypeDefcore/typedef.go
FieldTypeDefcore/typedef.go

Calls

no outgoing calls