MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getUserPromptSubmitHookBlockingMessage

Function getUserPromptSubmitHookBlockingMessage

src/utils/hooks.ts:1936–1940  ·  view source on GitHub ↗
(
  blockingError: HookBlockingError,
)

Source from the content-addressed store, hash-verified

1934 * @returns Formatted blocking message
1935 */
1936export function getUserPromptSubmitHookBlockingMessage(
1937 blockingError: HookBlockingError,
1938): string {
1939 return `UserPromptSubmit operation blocked by hook:\n${blockingError.blockingError}`
1940}
1941/**
1942 * Common logic for executing hooks
1943 * @param hookInput The structured hook input that will be validated and converted to JSON

Callers 1

processUserInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected