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

Method FocusWindow

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

Source from the content-addressed store, hash-verified

51 return callBackendService(this?.waveEnv, "client", "AgreeTos", Array.from(arguments))
52 }
53 FocusWindow(arg2: string): Promise<void> {
54 return callBackendService(this?.waveEnv, "client", "FocusWindow", Array.from(arguments))
55 }
56 GetAllConnStatus(): Promise<ConnStatus[]> {
57 return callBackendService(this?.waveEnv, "client", "GetAllConnStatus", Array.from(arguments))
58 }

Callers 1

constructorMethod · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected