MCPcopy Create free account
hub / github.com/cloudflare/moltworker / clearPersistenceCache

Function clearPersistenceCache

src/persistence.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected