MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / stat

Function stat

source code/utils/fsOperations.ts:396–398  ·  view source on GitHub ↗
(fsPath)

Source from the content-addressed store, hash-verified

394 },
395
396 async stat(fsPath) {
397 return statPromise(fsPath)
398 },
399
400 async readdir(fsPath) {
401 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