Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fileHistoryMakeSnapshot
Function · 0.70
checkOriginFileChanged
Function · 0.70
createBackup
Function · 0.70
restoreBackup
Function · 0.70
processAtMentionedFiles
Function · 0.70
getDynamicSkillAttachments
Function · 0.70
captureUntrackedFiles
Function · 0.70
getExistingSessionFile
Method · 0.70
loadTranscriptFile
Function · 0.70
getSessionFilesWithMtime
Function · 0.70
getTranscriptStats
Function · 0.70
listCandidates
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected