Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ readFile
Method
readFile
test/lib/next-modes/base.ts:698–700 ·
view source on GitHub ↗
(filename: string)
Source
from the content-addressed store, hash-verified
696
}
697
698
public
async
readFile(filename: string) {
699
return
fs.readFile(path.join(this.testDir, filename),
'utf8'
)
700
}
701
702
public
async
readFileBuffer(
703
filename: string
Callers
15
patchFile
Method · 0.95
main
Function · 0.45
runTest
Function · 0.45
readFile
Function · 0.45
readFile
Function · 0.45
input.js
File · 0.45
get
Method · 0.45
updatePassingTests
Function · 0.45
test.js
File · 0.45
index.test.ts
File · 0.45
index.test.ts
File · 0.45
runTests
Function · 0.45
Calls
1
join
Method · 0.45
Tested by
15
runTests
Function · 0.36
runTests
Function · 0.36
getBuildId
Function · 0.36
uncommentExport
Function · 0.36
getBuildId
Function · 0.36
runTests
Function · 0.36
getBuildId
Function · 0.36
runTests
Function · 0.36
runTests
Function · 0.36
runSoloTests
Function · 0.36
runTests
Function · 0.36
runTests
Function · 0.36