(state: FileState)
| 2382 | } |
| 2383 | |
| 2384 | const processFileClear = (state: FileState) => Effect.succeed(Action.NextFrame({ state: updateFileState(state, "") })) |
| 2385 | |
| 2386 | const processFileInput = (input: string, state: FileState) => { |
| 2387 | if (input.length === 0) { |
no test coverage detected