MCPcopy Create free account
hub / github.com/Effect-TS/effect / stat

Method stat

packages/platform/deno/src/DenoFileSystem.ts:199–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197 }
198
199 get stat() {
200 return Effect.map(
201 tryPromise("stat", undefined, () => this.file.stat()),
202 makeFileInfo
203 )
204 }
205
206 get sync() {
207 return tryPromise("sync", undefined, () => this.file.sync())

Callers 13

OpenApiPatch.tsFile · 0.45
main.tsFile · 0.45
DiscoveryClass · 0.45
accessFunction · 0.45
statFunction · 0.45
testLayerFunction · 0.45
fileFunction · 0.45
HttpPlatform.tsFile · 0.45
pathFunction · 0.45
Primitive.tsFile · 0.45

Calls 2

tryPromiseFunction · 0.70
mapMethod · 0.45

Tested by

no test coverage detected