| 442 | * It satisfies the coordinator contract without cross-process transport. |
| 443 | */ |
| 444 | export class SingleProcessCoordinator implements PersistedCollectionCoordinator { |
| 445 | private readonly nodeId: string |
| 446 | |
| 447 | constructor(nodeId: string = safeRandomUUID()) { |
nothing calls this directly
no outgoing calls
no test coverage detected