()
| 119 | } |
| 120 | |
| 121 | export function createSyncState(): SyncState { |
| 122 | return { |
| 123 | lastKnownChecksum: null, |
| 124 | serverChecksums: new Map(), |
| 125 | serverMaxEntries: null, |
| 126 | } |
| 127 | } |
| 128 | |
| 129 | /** |
| 130 | * Compute `sha256:<hex>` over the UTF-8 bytes of the given content. |
no outgoing calls
no test coverage detected