Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ stat
Method
stat
packages/platform/node-shared/src/NodeFileSystem.ts:269–271 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
267
}
268
269
get stat() {
270
return
Effect.map(nodeStat(this.fd), makeFileInfo)
271
}
272
273
get sync() {
274
return
nodeSync(this.fd)
Callers
2
NodeChildProcessSpawner.test.ts
File · 0.45
HttpApi.test.ts
File · 0.45
Calls
1
map
Method · 0.45
Tested by
no test coverage detected