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

Function readFile

test/lib/rearrange.js:130–132  ·  view source on GitHub ↗
(fullFilePath)

Source from the content-addressed store, hash-verified

128}
129
130function readFile(fullFilePath) {
131 return fs.readFileSync(fullFilePath, {encoding: 'utf-8'});
132}
133
134function writeToFile(outputPath, text) {
135 fs.writeFileSync(outputPath, text, {encoding: 'utf-8'});

Callers 1

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