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

Function removePromptHookEntry

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

Source from the content-addressed store, hash-verified

392 * opts out, so the choice round-trips.
393 */
394export function removePromptHookEntry(loc: Location): WriteResult['files'][number] {
395 return removeHookCommandsMatching(loc, isPromptHookCommand);
396}
397
398export function writePermissionsEntry(loc: Location): WriteResult['files'][number] {
399 const file = settingsJsonPath(loc);

Callers 3

installMethod · 0.85
uninstallMethod · 0.85

Calls 1

Tested by

no test coverage detected