MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / getSingleConnAtomCache

Function getSingleConnAtomCache

frontend/app/store/global.ts:272–276  ·  view source on GitHub ↗
(connName: string)

Source from the content-addressed store, hash-verified

270}
271
272function getSingleConnAtomCache(connName: string): Map<string, Atom<any>> {
273 // this is not a real "oref", but it will work for the cache.
274 const connORef = WOS.makeORef("conn", connName);
275 return getSingleOrefAtomCache(connORef);
276}
277
278function getSingleOrefAtomCache(oref: string): Map<string, Atom<any>> {
279 let orefCache = orefAtomCache.get(oref);

Callers 1

getConnConfigKeyAtomFunction · 0.85

Calls 1

getSingleOrefAtomCacheFunction · 0.85

Tested by

no test coverage detected