()
| 20 | |
| 21 | // Backward compat alias |
| 22 | export function clearPersistenceCache(): void { |
| 23 | restored = false; |
| 24 | } |
| 25 | |
| 26 | async function getStoredHandle(bucket: R2Bucket): Promise<{ id: string; dir: string } | null> { |
| 27 | const obj = await bucket.get(HANDLE_KEY); |
nothing calls this directly
no outgoing calls
no test coverage detected