| 110 | * backend mirrors. |
| 111 | */ |
| 112 | export class InMemoryRunEventLog implements RunEventLog { |
| 113 | private readonly runs = new Map<string, RunState>() |
| 114 | |
| 115 | private now(): number { |
nothing calls this directly
no outgoing calls
no test coverage detected