MCPcopy
hub / github.com/signalapp/Signal-Desktop / openSignalRoute

Method openSignalRoute

ts/test-mock/playwright.node.ts:200–205  ·  view source on GitHub ↗
(url: URL | string)

Source from the content-addressed store, hash-verified

198 }
199
200 public async openSignalRoute(url: URL | string): Promise<void> {
201 const window = await this.getWindow();
202 await window.evaluate(
203 `window.SignalCI.openSignalRoute(${JSON.stringify(url.toString())})`
204 );
205 }
206
207 public async getSocketStatus(): Promise<SocketStatuses> {
208 const window = await this.getWindow();

Callers 1

Calls 2

getWindowMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected