(line: string)
| 100 | } |
| 101 | |
| 102 | function deserializeLogEntry(line: string): LogEntry { |
| 103 | return jsonParse(line) as LogEntry |
| 104 | } |
| 105 | |
| 106 | async function* makeLogEntryReader(): AsyncGenerator<LogEntry> { |
| 107 | const currentSession = getSessionId() |
no test coverage detected