Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
validateAttachmentPaths
Function · 0.85
resolveAttachments
Function · 0.85
resizeShellImageOutput
Function · 0.85
initializeKeybindingWatcher
Function · 0.85
loadRawTranscriptJsonl
Function · 0.85
submitTranscriptShare
Function · 0.85
fileHistoryMakeSnapshot
Function · 0.85
checkOriginFileChanged
Function · 0.85
createBackup
Function · 0.85
restoreBackup
Function · 0.85
processAtMentionedFiles
Function · 0.85
getDynamicSkillAttachments
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected