MCPcopy Index your code
hub / github.com/coder/mux / findWorkflowTaskOwnerInAncestry

Method findWorkflowTaskOwnerInAncestry

src/node/services/taskService.ts:1352–1357  ·  view source on GitHub ↗
(
    index: AgentTaskIndex,
    taskId: string
  )

Source from the content-addressed store, hash-verified

1350 }
1351
1352 private findWorkflowTaskOwnerInAncestry(
1353 index: AgentTaskIndex,
1354 taskId: string
1355 ): WorkflowTaskOwner | null {
1356 return this.findWorkflowTaskOwnersInAncestry(index, taskId)[0] ?? null;
1357 }
1358
1359 private async getInactiveWorkflowTaskOwner(
1360 owner: WorkflowTaskOwner

Callers 1

Tested by

no test coverage detected