MCPcopy 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

HttpApi.test.tsFile · 0.45

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected