MCPcopy Create free account
hub / github.com/claude-code-internals/claude-code-runnable / getStopHookMessage

Function getStopHookMessage

src/utils/hooks.ts:1894–1896  ·  view source on GitHub ↗
(blockingError: HookBlockingError)

Source from the content-addressed store, hash-verified

1892 * @returns Formatted message to give feedback to the model
1893 */
1894export function getStopHookMessage(blockingError: HookBlockingError): string {
1895 return `Stop hook feedback:\n${blockingError.blockingError}`
1896}
1897
1898/**
1899 * Format a blocking error from a TeammateIdle hook.

Callers 1

handleStopHooksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected