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

Function getTabMetaKeyAtom

frontend/app/store/global.ts:135–137  ·  view source on GitHub ↗
(tabId: string, key: T)

Source from the content-addressed store, hash-verified

133}
134
135function getTabMetaKeyAtom<T extends keyof MetaType>(tabId: string, key: T): Atom<MetaType[T]> {
136 return getOrefMetaKeyAtom(WOS.makeORef("tab", tabId), key);
137}
138
139function getOrefMetaKeyAtom<T extends keyof MetaType>(oref: string, key: T): Atom<MetaType[T]> {
140 const orefCache = getSingleOrefAtomCache(oref);

Callers

nothing calls this directly

Calls 1

getOrefMetaKeyAtomFunction · 0.85

Tested by

no test coverage detected