MCPcopy Create free account
hub / github.com/develop202/migu_video / readFileSync

Function readFileSync

utils/fileUtil.js:32–34  ·  view source on GitHub ↗
(filePath)

Source from the content-addressed store, hash-verified

30}
31
32function readFileSync(filePath) {
33 return fs.readFileSync(filePath)
34}
35
36function renameFileSync(oldFilePath, newFilePath) {
37 fs.renameSync(oldFilePath, newFilePath, err => {

Callers 2

interfaceStrFunction · 0.90
getAllURLFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected