MCPcopy Create free account
hub / github.com/freecodexyz/free-code / resetSyncCache

Function resetSyncCache

src/services/remoteManagedSettings/syncCache.ts:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25let cached: boolean | undefined
26
27export function resetSyncCache(): void {
28 cached = undefined
29 resetLeafCache()
30}
31
32/**
33 * Check if the current user is eligible for remote managed settings

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected