MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / onNodeDelete

Function onNodeDelete

frontend/app/tab/tabcontent.tsx:37–39  ·  view source on GitHub ↗
(data: TabLayoutData)

Source from the content-addressed store, hash-verified

35 };
36
37 function onNodeDelete(data: TabLayoutData) {
38 return services.ObjectService.DeleteBlock(data.blockId);
39 }
40
41 return {
42 renderContent,

Callers

nothing calls this directly

Calls 1

DeleteBlockMethod · 0.45

Tested by

no test coverage detected