Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
function
fallbackDisabled(scope: string) {
79
return
fallback.get(scope) === true
80
}
81
82
function
fallbackSet(scope: string) {
83
fallback.set(scope, true)
Callers
2
localStorageWithPrefix
Function · 0.85
localStorageDirect
Function · 0.85
Calls
1
get
Method · 0.65
Tested by
no test coverage detected