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

Method SaveTerminalState

frontend/app/store/services.ts:34–36  ·  view source on GitHub ↗
(blockId: string, state: string, stateType: string, ptyOffset: number, termSize: TermSize)

Source from the content-addressed store, hash-verified

32
33 // save the terminal state to a blockfile
34 SaveTerminalState(blockId: string, state: string, stateType: string, ptyOffset: number, termSize: TermSize): Promise<void> {
35 return callBackendService(this?.waveEnv, "block", "SaveTerminalState", Array.from(arguments))
36 }
37}
38
39export const BlockService = new BlockServiceType();

Callers 1

processAndCacheDataMethod · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected