(entry: LogEntry)
| 125 | // ─── Convenience add functions ────────────────────────────── |
| 126 | |
| 127 | export function addConsoleEntry(entry: LogEntry) { |
| 128 | consoleBuffer.push(entry); |
| 129 | } |
| 130 | |
| 131 | export function addNetworkEntry(entry: NetworkEntry) { |
| 132 | networkBuffer.push(entry); |
no test coverage detected