MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / captureScreenShot

Method captureScreenShot

src/test/web/clientApi.ts:27–29  ·  view source on GitHub ↗
(filename: string)

Source from the content-addressed store, hash-verified

25 });
26 }
27 public static async captureScreenShot(filename: string): Promise<void> {
28 await ClientAPI.sendRawMessage({ command: 'captureScreenShot', filename });
29 }
30}

Callers 2

captureScreenShotFunction · 0.80
captureScreenShotFunction · 0.80

Calls 1

sendRawMessageMethod · 0.80

Tested by

no test coverage detected