Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ stat
Method
stat
packages/platform-node-shared/src/internal/fileSystem.ts:241–243 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
239
}
240
241
get stat() {
242
return
Effect.map(nodeStat(this.fd), makeFileInfo)
243
}
244
245
get sync() {
246
return
nodeSync(this.fd)
Callers
7
FileSystem.test.ts
File · 0.80
HttpApi.test.ts
File · 0.80
validatePathType
Function · 0.80
getFileList
Function · 0.80
processSelection
Function · 0.80
file
Function · 0.80
fileResponse
Function · 0.80
Calls
1
map
Method · 0.65
Tested by
no test coverage detected