Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
writeCapabilityFile
Function · 0.85
renameRecordingForSession
Function · 0.85
writeMailboxAtomic
Function · 0.85
writeStateAtomic
Function · 0.85
atomicMoveToInstallPath
Function · 0.85
updateSymlink
Function · 0.85
installFromGitSubdir
Function · 0.85
cachePlugin
Function · 0.85
fetchOfficialMarketplaceFromGcs
Function · 0.85
atomicWriteToZipCache
Function · 0.85
cacheAndRegisterPlugin
Function · 0.85
writeToDisk
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected