MCPcopy Index your code
hub / github.com/Effect-TS/effect / makeDirectory

Function makeDirectory

packages/platform/src/internal/fileSystem.ts:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 return Effect.fail(notFound("link", path))
126 },
127 makeDirectory() {
128 return Effect.die("not implemented")
129 },
130 makeTempDirectory() {
131 return Effect.die("not implemented")
132 },

Callers 2

fileSystem.tsFile · 0.85
makeTempFileFactoryFunction · 0.85

Calls 1

dieMethod · 0.65

Tested by

no test coverage detected