Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Noumena-Network/code
/ readFile
Function
readFile
src/utils/fsOperations.ts:427–429 ·
view source on GitHub ↗
(fsPath, options)
Source
from the content-addressed store, hash-verified
425
},
426
427
async
readFile(fsPath, options) {
428
return
readFilePromise(fsPath, { encoding: options.encoding })
429
},
430
431
async
rename(oldPath, newPath) {
432
return
renamePromise(oldPath, newPath)
Callers
15
PlanModeToolRuntime.test.ts
File · 0.85
CronToolsRuntime.test.ts
File · 0.85
uploadBriefAttachment
Function · 0.85
readJsonFile
Function · 0.85
copySnapshotToLocal
Function · 0.85
resizeShellImageOutput
Function · 0.85
loadKeybindings
Function · 0.85
loadRawTranscriptJsonl
Function · 0.85
submitTranscriptShare
Function · 0.85
platform.ts
File · 0.85
readFileInRange
Function · 0.85
checkOriginFileChanged
Function · 0.85
Calls
no outgoing calls
Tested by
1
readCredentials
Function · 0.68