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

File NodeFileSystem.ts

packages/platform/node-shared/src/NodeFileSystem.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Shared Node-compatible implementation of Effect's `FileSystem` service.
3 *
4 * This module adapts Node's `node:fs`, `node:os`, and `node:path` APIs into a

Callers

nothing calls this directly

Calls 12

handleErrnoExceptionFunction · 0.90
handleBadArgumentFunction · 0.85
openFactoryFunction · 0.85
nodeReadFactoryFunction · 0.85
nodeWriteFactoryFunction · 0.85
makeTempDirectoryFactoryFunction · 0.70
removeFactoryFunction · 0.70
makeTempFileFactoryFunction · 0.70
makeMethod · 0.65
makeDirectoryFunction · 0.50
NumberInterface · 0.50
mapMethod · 0.45

Tested by

no test coverage detected