Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ isVegaPlot
Function
isVegaPlot
src/renderers/client/render.tsx:287–289 ·
view source on GitHub ↗
(mimeType: string)
Source
from the content-addressed store, hash-verified
285
}
286
287
function isVegaPlot(mimeType: string) {
288
return mimeType.includes(
'application/vnd.vega'
);
289
}
Callers
1
renderOutput
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected