Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ readFile.test.ts
File
readFile.test.ts
packages/dofs/src/fs/readFile.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
"vitest"
;
2
3
import
{ mkdir } from
"./mkdir.js"
;
4
import
{ readFile } from
"./readFile.js"
;
Callers
nothing calls this directly
Calls
8
scalar
Method · 0.80
withDB
Function · 0.70
writeFile
Function · 0.70
readFile
Function · 0.70
drain
Function · 0.70
mkdir
Function · 0.70
getReader
Method · 0.65
read
Method · 0.65
Tested by
no test coverage detected