Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
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