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

Method GetControllerStatus

frontend/app/store/services.ts:29–31  ·  view source on GitHub ↗
(arg2: string)

Source from the content-addressed store, hash-verified

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 }
32
33 // save the terminal state to a blockfile
34 SaveTerminalState(blockId: string, state: string, stateType: string, ptyOffset: number, termSize: TermSize): Promise<void> {

Callers 2

constructorMethod · 0.45
constructorMethod · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected