MCPcopy 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
25async function writeDomainInfoCache(cache: DomainInfoCache) {
26 await (await openDB).put(domainInfoCacheStore, cache);
27}
28
29async function loadDomainInfo() {
30 let cached: DomainInfoCache | null = null;

Callers 1

loadDomainInfoFunction · 0.85

Calls 1

putMethod · 0.45

Tested by

no test coverage detected