MCPcopy 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
287function isVegaPlot(mimeType: string) {
288 return mimeType.includes('application/vnd.vega');
289}

Callers 1

renderOutputMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected