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

Function sampleTaskExecutionRecord

internal/cli/task_test.go:2985–2990  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2983}
2984
2985func sampleTaskExecutionRecord() TaskExecutionRecord {
2986 return TaskExecutionRecord{
2987 Task: sampleTaskRecord(),
2988 Run: sampleTaskRunRecord(taskpkg.TaskRunStatusQueued),
2989 }
2990}
2991
2992func agentTaskClaimRecord() AgentTaskClaimRecord {
2993 lease := agentTaskLeaseRecord(taskpkg.TaskRunStatusClaimed)

Calls 2

sampleTaskRecordFunction · 0.85
sampleTaskRunRecordFunction · 0.85

Tested by

no test coverage detected