MCPcopy Index your code
hub / github.com/apache/echarts / fileExist

Function fileExist

test/runTest/visual-test-copy-from-examples.js:104–106  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

102 return nodeFS.existsSync(path) && nodeFS.statSync(path).isDirectory();
103}
104function fileExist(path) {
105 return nodeFS.existsSync(path) && nodeFS.statSync(path).isFile();
106}
107
108/**
109 * @return Absolute path list.

Callers 1

mainFunction · 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…