MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / BinaryRemovalResult

Interface BinaryRemovalResult

src/upgrade/remove-binary.ts:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224export interface BinaryRemovalResult {
225 removed: string[];
226 /** Paths that could not be (fully) removed — surfaced with manual steps. */
227 leftovers: string[];
228 npm: 'removed' | 'failed' | 'skipped';
229}
230
231export function defaultRemoveDeps(): RemoveBinaryDeps {
232 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected