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

Function unregisterBlockComponentModel

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

Source from the content-addressed store, hash-verified

552}
553
554function unregisterBlockComponentModel(blockId: string) {
555 blockComponentModelMap.delete(blockId);
556}
557
558function getBlockComponentModel(blockId: string): BlockComponentModel {
559 return blockComponentModelMap.get(blockId);

Callers 1

block.tsxFile · 0.90

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected