MCPcopy Index your code
hub / github.com/darkreader/darkreader / copyFile

Function copyFile

tasks/utils.js:105–108  ·  view source on GitHub ↗
(src, dest)

Source from the content-addressed store, hash-verified

103 * @returns {Promise<void>}
104 */
105export async function copyFile(src, dest) {
106 await mkDirIfMissing(dest);
107 await fs.copyFile(src, dest);
108}
109
110/**
111 * @param {string} src

Callers 3

copyEntryFunction · 0.90
signatureFunction · 0.90
firefoxFetchAllMetadataFunction · 0.85

Calls 1

mkDirIfMissingFunction · 0.85

Tested by

no test coverage detected