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

Method UpdateTask

internal/extension/host_api.go:238–238  ·  view source on GitHub ↗
(
		ctx context.Context,
		id string,
		patch taskpkg.Patch,
		actor taskpkg.ActorContext,
	)

Source from the content-addressed store, hash-verified

236 ) ([]taskpkg.Run, error)
237 CreateTask(ctx context.Context, spec taskpkg.CreateTask, actor taskpkg.ActorContext) (*taskpkg.Task, error)
238 UpdateTask(
239 ctx context.Context,
240 id string,
241 patch taskpkg.Patch,

Callers 1

handleTasksUpdateMethod · 0.65

Implementers 3

Serviceinternal/task/manager.go
StubTaskManagerinternal/api/testutil/task_stub.go
unsupportedNativeTaskManagerinternal/daemon/native_tools_test.go

Calls

no outgoing calls

Tested by

no test coverage detected