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

Function taskBlocksPath

internal/cli/client.go:4526–4528  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

4524}
4525
4526func taskBlocksPath(id string) string {
4527 return "/api/tasks/" + url.PathEscape(strings.TrimSpace(id)) + "/blocks"
4528}
4529
4530func (c *unixSocketClient) GetTaskExecutionProfile(
4531 ctx context.Context,

Callers 5

BlockTaskMethod · 0.85
BlockTaskAsAgentMethod · 0.85
ListTaskBlocksMethod · 0.85
ClearTaskBlockMethod · 0.85
ClearTaskBlockAsAgentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected