MCPcopy
hub / github.com/apache/echarts / getScreenshotDir

Function getScreenshotDir

test/runTest/cli.js:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70console.log('Playback Ratio: ', program.speed);
71
72function getScreenshotDir() {
73 return `${program.dir}/__screenshot__`;
74}
75
76function sortScreenshots(list) {
77 return list.sort((a, b) => {

Callers 2

takeScreenshotFunction · 0.85
runTestFunction · 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…