| 1350 | } |
| 1351 | |
| 1352 | type longRunningInterruptible struct { |
| 1353 | tool tools.LongRunningTool |
| 1354 | taskID string |
| 1355 | } |
| 1356 | |
| 1357 | func (l *longRunningInterruptible) Pause() error { |
| 1358 | return errors.New("pause not supported for long-running task") |
nothing calls this directly
no outgoing calls
no test coverage detected