Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
105
export
async
function
copyFile(src, dest) {
106
await
mkDirIfMissing(dest);
107
await
fs.copyFile(src, dest);
108
}
109
110
/**
111
* @param {string} src
Callers
3
copyEntry
Function · 0.90
signature
Function · 0.90
firefoxFetchAllMetadata
Function · 0.85
Calls
1
mkDirIfMissing
Function · 0.85
Tested by
no test coverage detected