Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
func
validProfileTask(id string) Task {
118
record := validTask()
119
record.ID = id
120
record.Identifier =
"TASK-"
+ id
121
return
record
122
}
Callers
1
TestTaskManagerExecutionProfiles
Function · 0.85
Calls
1
validTask
Function · 0.85
Tested by
no test coverage detected