MCPcopy Create free account
hub / github.com/anomalyco/opencode / fallbackSet

Function fallbackSet

packages/app/src/utils/persist.ts:82–84  ·  view source on GitHub ↗
(scope: string)

Source from the content-addressed store, hash-verified

80}
81
82function fallbackSet(scope: string) {
83 fallback.set(scope, true)
84}
85
86function quota(error: unknown) {
87 if (error instanceof DOMException) {

Callers 2

localStorageWithPrefixFunction · 0.85
localStorageDirectFunction · 0.85

Calls 1

setMethod · 0.45

Tested by

no test coverage detected