Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ readFile
Method
readFile
lib/internal/fs/promises.js:240–242 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
238
}
239
240
readFile(options) {
241
return
fsCall(readFile, this, options);
242
}
243
244
readLines(options = undefined) {
245
return
new
Interface({
Callers
3
readFile
Function · 0.45
[kInitializeHistory]
Method · 0.45
readFile
Function · 0.45
Calls
1
fsCall
Function · 0.85
Tested by
no test coverage detected