(input: { after?: ChangeCursor; ignore?: string[] })
| 46 | // |
| 47 | // Per-file entries carry (hash, size) chunk lists; no bytes inline. |
| 48 | fetchChanges(input: { after?: ChangeCursor; ignore?: string[] }): Promise<{ |
| 49 | currentCursor: ChangeCursor; |
| 50 | appliedPushCursor: ChangeCursor; |
| 51 | stream: ReadableStream<ChangeEntry>; |
no outgoing calls
no test coverage detected