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

Function fallbackDisabled

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

Source from the content-addressed store, hash-verified

76}
77
78function fallbackDisabled(scope: string) {
79 return fallback.get(scope) === true
80}
81
82function fallbackSet(scope: string) {
83 fallback.set(scope, true)

Callers 2

localStorageWithPrefixFunction · 0.85
localStorageDirectFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected