Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.ts
File · 0.85
makeTempFileFactory
Function · 0.85
Calls
1
die
Method · 0.65
Tested by
no test coverage detected