Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
captureScreenShot
Function · 0.80
captureScreenShot
Function · 0.80
Calls
1
sendRawMessage
Method · 0.80
Tested by
no test coverage detected