()
| 172 | * Check if there is any early input available without consuming it. |
| 173 | */ |
| 174 | export function hasEarlyInput(): boolean { |
| 175 | return earlyInputBuffer.trim().length > 0 |
| 176 | } |
| 177 | |
| 178 | /** |
| 179 | * Seed the early input buffer with text that will appear pre-filled |
nothing calls this directly
no outgoing calls
no test coverage detected