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

Function removeInstructionsEntry

src/installer/targets/claude.ts:481–485  ·  view source on GitHub ↗
(loc: Location)

Source from the content-addressed store, hash-verified

479 * the report so a fresh install stays quiet.
480 */
481export function removeInstructionsEntry(loc: Location): WriteResult['files'][number] {
482 const file = instructionsPath(loc);
483 const action = removeMarkedSection(file, CODEGRAPH_SECTION_START, CODEGRAPH_SECTION_END);
484 return { path: file, action };
485}
486
487export const claudeTarget: AgentTarget = new ClaudeCodeTarget();

Callers 1

uninstallMethod · 0.70

Calls 2

removeMarkedSectionFunction · 0.90
instructionsPathFunction · 0.70

Tested by

no test coverage detected