MCPcopy Index your code
hub / github.com/cncjs/gcode-parser / parseFileSync

Function parseFileSync

src/index.js:315–317  ·  view source on GitHub ↗
(file, options)

Source from the content-addressed store, hash-verified

313};
314
315const parseFileSync = (file, options) => {
316 return parseStringSync(fs.readFileSync(file, 'utf8'), options);
317};
318
319// @param {string} str The G-code text string
320// @param {options} options The options object

Callers 1

index.test.jsFile · 0.85

Calls 1

parseStringSyncFunction · 0.85

Tested by

no test coverage detected