MCPcopy
hub / github.com/wavetermdev/waveterm / get

Method get

frontend/layout/lib/nodeRefMap.ts:20–24  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

18 }
19
20 get(id: string): React.RefObject<HTMLDivElement> {
21 if (this.map.has(id)) {
22 return this.map.get(id);
23 }
24 }
25}

Callers 15

buildEndFunction · 0.80
dfsFunction · 0.80
removeTabViewMethod · 0.80
getWaveWindowByIdFunction · 0.80
getWaveTabViewFunction · 0.80
tryEvictEntryFunction · 0.80
initIpcHandlersFunction · 0.80
reinitWaveFunction · 0.80
getNodeModelMethod · 0.80
getLayoutModelForTabFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected