(tcID, content string)
| 485 | var isError bool |
| 486 | finalState := ToolStateCompleted |
| 487 | if slot != nil { |
| 488 | if slot.State != ToolStateAborted { |
| 489 | slot.State = ToolStateCompleted |
| 490 | } |
| 491 | call = slot.TC |
| 492 | result = slot.Result |
no test coverage detected