MCPcopy Create free account
hub / github.com/Crain99/cc-reverse / copyFile

Function copyFile

scripts/build.js:31–33  ·  view source on GitHub ↗

* 复制文件 * @param {string} src 源文件 * @param {string} dest 目标文件

(src, dest)

Source from the content-addressed store, hash-verified

29 * @param {string} dest 目标文件
30 */
31function copyFile(src, dest) {
32 fs.copyFileSync(src, dest);
33}
34
35/**
36 * 复制目录

Callers 2

copyDirFunction · 0.70
buildFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected