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

Function firstTaskRecoveryDetail

internal/daemon/task_runtime.go:831–838  ·  view source on GitHub ↗
(values ...string)

Source from the content-addressed store, hash-verified

829}
830
831func firstTaskRecoveryDetail(values ...string) string {
832 for _, value := range values {
833 if trimmed := strings.TrimSpace(value); trimmed != "" {
834 return trimmed
835 }
836 }
837 return ""
838}
839
840func taskSessionName(spec *taskpkg.StartTaskSession) string {
841 if spec == nil {

Callers 2

Calls

no outgoing calls

Tested by 1