MCPcopy Create free account
hub / github.com/compozy/agh / UpsertExecutionProfile

Method UpsertExecutionProfile

internal/task/interfaces.go:221–221  ·  view source on GitHub ↗
(ctx context.Context, profile *ExecutionProfile)

Source from the content-addressed store, hash-verified

219type ExecutionProfileStore interface {
220 GetExecutionProfile(ctx context.Context, taskID string) (ExecutionProfile, error)
221 UpsertExecutionProfile(ctx context.Context, profile *ExecutionProfile) (ExecutionProfile, error)
222 DeleteExecutionProfile(ctx context.Context, taskID string) error
223}
224

Implementers 4

inMemoryManagerStoreinternal/task/manager_test.go
fakeStoreinternal/task/interfaces_integration_t
GlobalDBinternal/store/globaldb/global_db.go
recordingRegistryinternal/daemon/daemon_test.go

Calls

no outgoing calls