Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
function
fallbackSet(scope: string) {
83
fallback.set(scope, true)
84
}
85
86
function
quota(error: unknown) {
87
if
(error instanceof DOMException) {
Callers
2
localStorageWithPrefix
Function · 0.85
localStorageDirect
Function · 0.85
Calls
1
set
Method · 0.45
Tested by
no test coverage detected