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

Function plan

__tests__/remove-binary.test.ts:163–170  ·  view source on GitHub ↗
(over: Partial<BinaryRemovalPlan> = {})

Source from the content-addressed store, hash-verified

161 }
162
163 const plan = (over: Partial<BinaryRemovalPlan> = {}): BinaryRemovalPlan => ({
164 paths: [],
165 npmGlobal: false,
166 npmRoot: null,
167 sourceRoot: null,
168 summary: [],
169 ...over,
170 });
171
172 it('removes planned paths and runs npm uninstall -g', () => {
173 const d = deps({});

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected