Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ copyFileSync
Function
copyFileSync
src/utils/fsOperations.ts:489–492 ·
view source on GitHub ↗
(src, dest)
Source
from the content-addressed store, hash-verified
487
},
488
489
copyFileSync(src, dest) {
490
using _ = slowLogging`fs.copyFileSync(${src} → ${dest})`
491
fs.copyFileSync(src, dest)
492
},
493
494
unlinkSync(path: string) {
495
using _ = slowLogging`fs.unlinkSync(${path})`
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected