Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ driver.test.ts
File
driver.test.ts
packages/computerd/src/fuse/driver.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expect, test } from
"vitest"
;
2
3
import
{ createNodeVirtualFileSystem, makeFUSEOps } from
"./index.js"
;
4
Callers
nothing calls this directly
Calls
15
makeFUSEOps
Function · 0.85
createNodeVirtualFileSystem
Function · 0.85
callback
Function · 0.85
disableDirectWrites
Function · 0.85
writeFileSync
Function · 0.85
opendir
Method · 0.80
releasedir
Method · 0.80
getattr
Method · 0.80
fgetattr
Method · 0.80
statfs
Method · 0.80
chown
Method · 0.80
fsync
Method · 0.80
Tested by
no test coverage detected