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

Function validProfileTask

internal/task/manager_profile_test.go:117–122  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

115}
116
117func validProfileTask(id string) Task {
118 record := validTask()
119 record.ID = id
120 record.Identifier = "TASK-" + id
121 return record
122}

Callers 1

Calls 1

validTaskFunction · 0.85

Tested by

no test coverage detected