MCPcopy
hub / github.com/Effect-TS/effect / stat

Function stat

packages/platform/src/internal/fileSystem.ts:169–171  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

167 return Sink.fail(notFound("sink", path))
168 },
169 stat(path) {
170 return Effect.fail(notFound("stat", path))
171 },
172 stream(path) {
173 return Stream.fail(notFound("stream", path))
174 },

Callers 2

watchNodeFunction · 0.85
watchFunction · 0.85

Calls 2

notFoundFunction · 0.85
failMethod · 0.65

Tested by

no test coverage detected