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

Function callBackendService

frontend/app/store/services.ts:9–14  ·  view source on GitHub ↗
(waveEnv: WaveEnv, service: string, method: string, args: any[], noUIContext?: boolean)

Source from the content-addressed store, hash-verified

7import type { WaveEnv } from "@/app/waveenv/waveenv";
8
9function callBackendService(waveEnv: WaveEnv, service: string, method: string, args: any[], noUIContext?: boolean): Promise<any> {
10 if (waveEnv != null) {
11 return waveEnv.callBackendService(service, method, args, noUIContext)
12 }
13 return WOS.callBackendService(service, method, args, noUIContext);
14}
15
16// blockservice.BlockService (block)
17export class BlockServiceType {

Callers 15

CleanupOrphanedBlocksMethod · 0.70
GetControllerStatusMethod · 0.70
SaveTerminalStateMethod · 0.70
AgreeTosMethod · 0.70
FocusWindowMethod · 0.70
GetAllConnStatusMethod · 0.70
GetClientDataMethod · 0.70
GetTabMethod · 0.70
TelemetryUpdateMethod · 0.70
CreateBlockMethod · 0.70
DeleteBlockMethod · 0.70
GetObjectMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected