(_args, extra)
| 2272 | return task; |
| 2273 | }, |
| 2274 | async getTaskResult(_args, extra) { |
| 2275 | const result = await extra.taskStore.getTaskResult(extra.taskId); |
| 2276 | return result as { content: Array<{ type: 'text'; text: string }> }; |
| 2277 | } |
| 2278 | } |
| 2279 | ); |
| 2280 |
nothing calls this directly
no test coverage detected
searching dependent graphs…