Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hydro-dev/Hydro
/ writeDomainInfoCache
Function
writeDomainInfoCache
packages/ui-default/utils/index.ts:25–27 ·
view source on GitHub ↗
(cache: DomainInfoCache)
Source
from the content-addressed store, hash-verified
23
}
24
25
async
function
writeDomainInfoCache(cache: DomainInfoCache) {
26
await
(
await
openDB).put(domainInfoCacheStore, cache);
27
}
28
29
async
function
loadDomainInfo() {
30
let
cached: DomainInfoCache | null = null;
Callers
1
loadDomainInfo
Function · 0.85
Calls
1
put
Method · 0.45
Tested by
no test coverage detected