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

Method GetExecutionProfile

internal/daemon/task_role_runtime.go:41–41  ·  view source on GitHub ↗
(ctx context.Context, taskID string)

Source from the content-addressed store, hash-verified

39 GetTask(ctx context.Context, id string) (taskpkg.Task, error)
40 GetTaskRun(ctx context.Context, id string) (taskpkg.Run, error)
41 GetExecutionProfile(ctx context.Context, taskID string) (taskpkg.ExecutionProfile, error)
42 ListTaskRunsByStatus(ctx context.Context, statuses []taskpkg.RunStatus) ([]taskpkg.Run, error)
43}
44

Callers 2

workerTargetForRunMethod · 0.65

Implementers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected