MCPcopy Index your code
hub / github.com/bqplot/bqplot / getCaptureImageName

Function getCaptureImageName

ui-tests/tests/bqplot.test.ts:29–31  ·  view source on GitHub ↗
(contextPrefix: string, notebook: string, id: number)

Source from the content-addressed store, hash-verified

27 let numCellImages = 0;
28
29 const getCaptureImageName = (contextPrefix: string, notebook: string, id: number): string => {
30 return `${contextPrefix}-${notebook}-cell-${id}.png`;
31 };
32
33 await page.notebook.runCellByCell({
34 onAfterCellRun: async (cellIndex: number) => {

Callers 2

testCellOutputsFunction · 0.85
testPlotUpdatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…