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

Method spec

internal/daemon/native_tools.go:4244–4248  ·  view source on GitHub ↗
(scope toolspkg.Scope)

Source from the content-addressed store, hash-verified

4242}
4243
4244func (i taskChildCreateInput) spec(scope toolspkg.Scope) taskpkg.CreateTask {
4245 spec := i.taskCreateInput.spec(scope)
4246 spec.ParentTaskID = strings.TrimSpace(i.ParentTaskID)
4247 return spec
4248}
4249
4250type taskUpdateInput struct {
4251 TaskID string `json:"task_id"`

Callers 1

taskChildCreateMethod · 0.95

Calls 1

specMethod · 0.45

Tested by

no test coverage detected