()
| 266 | // `markRecencyObserved()` because they should still retry on the same |
| 267 | // transcript when conditions change. |
| 268 | const settleOnTranscript = () => { |
| 269 | markRecencyObserved(); |
| 270 | state.lastInputHash = dedupHash; |
| 271 | resetProviderFailureTracking(state); |
| 272 | }; |
| 273 | |
| 274 | if ( |
| 275 | isRecentRecencyAheadOfHistory( |
nothing calls this directly
no test coverage detected