MCPcopy Create free account
hub / github.com/anomalyco/opencode / fs-util.ts

File fs-util.ts

packages/core/src/fs-util.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { NodeFileSystem } from "@effect/platform-node"
2import { dirname, isAbsolute, join, relative, resolve as pathResolve, sep } from "path"
3import { realpathSync } from "fs"
4import * as NFS from "fs/promises"

Callers

nothing calls this directly

Calls 5

serviceUseFunction · 0.90
joinFunction · 0.85
pushMethod · 0.80
globFunction · 0.50
existsMethod · 0.45

Tested by

no test coverage detected