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