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

Method DeleteBlock

frontend/app/store/services.ts:86–88  ·  view source on GitHub ↗
(blockId: string)

Source from the content-addressed store, hash-verified

84
85 // @returns object updates
86 DeleteBlock(blockId: string): Promise<void> {
87 return callBackendService(this?.waveEnv, "object", "DeleteBlock", Array.from(arguments))
88 }
89
90 // get wave object by oref
91 GetObject(oref: string): Promise<WaveObj> {

Callers 2

replaceBlockFunction · 0.45
onNodeDeleteFunction · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected