(state: MakaPiTranscriptState)
| 1188 | } |
| 1189 | |
| 1190 | function clearPendingInteractions(state: MakaPiTranscriptState): void { |
| 1191 | state.pendingInteraction = undefined; |
| 1192 | state.queuedInteractions = []; |
| 1193 | } |
| 1194 | |
| 1195 | /** |
| 1196 | * Per-entry render cache. The transcript re-renders on every keystroke and |
no outgoing calls
no test coverage detected