(_args, extra)
| 2394 | return task; |
| 2395 | }, |
| 2396 | async getTaskResult(_args, extra) { |
| 2397 | const result = await extra.taskStore.getTaskResult(extra.taskId); |
| 2398 | return result as { content: Array<{ type: 'text'; text: string }> }; |
| 2399 | } |
| 2400 | } |
| 2401 | ); |
| 2402 |
nothing calls this directly
no test coverage detected
searching dependent graphs…