MCPcopy
hub / github.com/codeaashu/claude-code / stat

Function stat

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

validateAttachmentPathsFunction · 0.85
resolveAttachmentsFunction · 0.85
resizeShellImageOutputFunction · 0.85
loadRawTranscriptJsonlFunction · 0.85
submitTranscriptShareFunction · 0.85
fileHistoryMakeSnapshotFunction · 0.85
checkOriginFileChangedFunction · 0.85
createBackupFunction · 0.85
restoreBackupFunction · 0.85
processAtMentionedFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected