MCPcopy
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.tsFile · 0.80
HttpApi.test.tsFile · 0.80
validatePathTypeFunction · 0.80
getFileListFunction · 0.80
processSelectionFunction · 0.80
fileFunction · 0.80
fileResponseFunction · 0.80

Calls 1

mapMethod · 0.65

Tested by

no test coverage detected