| 127 | } |
| 128 | |
| 129 | export class SyncEngine { |
| 130 | private readonly eventPublisher: EventPublisher |
| 131 | private readonly sessionCache: SessionCache |
| 132 | private readonly machineCache: MachineCache |
nothing calls this directly
no outgoing calls
no test coverage detected