MCPcopy Create free account
hub / github.com/anomalyco/opencode / normalize-bun-binaries.ts

File normalize-bun-binaries.ts

nix/scripts/normalize-bun-binaries.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { lstat, mkdir, readdir, rm, symlink } from "fs/promises"
2import { join, relative } from "path"
3
4type PackageManifest = {

Callers

nothing calls this directly

Calls 8

joinFunction · 0.85
collectPackagesFunction · 0.85
readManifestFunction · 0.85
linkBinaryFunction · 0.85
existsFunction · 0.70
cwdMethod · 0.65
rmFunction · 0.50
logMethod · 0.45

Tested by

no test coverage detected