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

Function getBlockComponentModel

frontend/app/store/global.ts:558–560  ·  view source on GitHub ↗
(blockId: string)

Source from the content-addressed store, hash-verified

556}
557
558function getBlockComponentModel(blockId: string): BlockComponentModel {
559 return blockComponentModelMap.get(blockId);
560}
561
562function getAllBlockComponentModels(): BlockComponentModel[] {
563 return Array.from(blockComponentModelMap.values());

Callers 11

refocusNodeMethod · 0.90
appHandleKeyDownFunction · 0.90
registerGlobalKeysFunction · 0.90
activateSearchFunction · 0.90
deactivateSearchFunction · 0.90
getVDomModelMethod · 0.90
getVDomToolbarModelMethod · 0.90
block.tsxFile · 0.90
refocusNodeFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected