(file: string)
| 26 | }); |
| 27 | |
| 28 | export async function loadInputHistory(file: string): Promise<InputHistoryEntry[]> { |
| 29 | return readJsonlFile(file, InputHistoryEntrySchema); |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Append an entry to the history file. Returns true if written, false if |
no test coverage detected