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

Method AgreeTos

frontend/app/store/services.ts:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49 // @returns object updates
50 AgreeTos(): Promise<void> {
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 }

Callers 1

acceptTosFunction · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected