MCPcopy Create free account
hub / github.com/ChinaSiro/claude-code-sourcemap / stat

Function stat

restored-src/src/utils/fsOperations.ts:394–396  ·  view source on GitHub ↗
(fsPath)

Source from the content-addressed store, hash-verified

392 },
393
394 async stat(fsPath) {
395 return statPromise(fsPath)
396 },
397
398 async readdir(fsPath) {
399 return readdirPromise(fsPath, { withFileTypes: true })

Callers 15

fileHistoryMakeSnapshotFunction · 0.70
checkOriginFileChangedFunction · 0.70
createBackupFunction · 0.70
restoreBackupFunction · 0.70
processAtMentionedFilesFunction · 0.70
captureUntrackedFilesFunction · 0.70
loadTranscriptFileFunction · 0.70
getSessionFilesWithMtimeFunction · 0.70
getTranscriptStatsFunction · 0.70
listCandidatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected