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

Method CleanupOrphanedBlocks

frontend/app/store/services.ts:26–28  ·  view source on GitHub ↗
(tabId: string)

Source from the content-addressed store, hash-verified

24 // queue a layout action to cleanup orphaned blocks in the tab
25 // @returns object updates
26 CleanupOrphanedBlocks(tabId: string): Promise<void> {
27 return callBackendService(this?.waveEnv, "block", "CleanupOrphanedBlocks", Array.from(arguments))
28 }
29 GetControllerStatus(arg2: string): Promise<BlockControllerRuntimeStatus> {
30 return callBackendService(this?.waveEnv, "block", "GetControllerStatus", Array.from(arguments))
31 }

Callers 1

registerTileLayoutMethod · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected