MCPcopy Create free account
hub / github.com/TanStack/db /

Class

packages/db-sqlite-persistence-core/src/persisted.ts:444–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442 * It satisfies the coordinator contract without cross-process transport.
443 */
444export class SingleProcessCoordinator implements PersistedCollectionCoordinator {
445 private readonly nodeId: string
446
447 constructor(nodeId: string = safeRandomUUID()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected