MCPcopy
hub / github.com/claude-code-best/claude-code / rename

Function rename

src/utils/fsOperations.ts:431–433  ·  view source on GitHub ↗
(oldPath, newPath)

Source from the content-addressed store, hash-verified

429 },
430
431 async rename(oldPath, newPath) {
432 return renamePromise(oldPath, newPath)
433 },
434
435 statSync(fsPath) {
436 using _ = slowLogging`fs.statSync(${fsPath})`

Callers 15

writeCapabilityFileFunction · 0.85
writeMailboxAtomicFunction · 0.85
writeStateAtomicFunction · 0.85
atomicMoveToInstallPathFunction · 0.85
updateSymlinkFunction · 0.85
installFromGitSubdirFunction · 0.85
cachePluginFunction · 0.85
atomicWriteToZipCacheFunction · 0.85
cacheAndRegisterPluginFunction · 0.85
writeToDiskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected