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

Function getAllBlockComponentModels

frontend/app/store/global.ts:562–564  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

560}
561
562function getAllBlockComponentModels(): BlockComponentModel[] {
563 return Array.from(blockComponentModelMap.values());
564}
565
566function getFocusedBlockId(): string {
567 const layoutModel = getLayoutModelForStaticTab();

Callers 2

countTermBlocksFunction · 0.90
getAllBasicTermModelsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected