MCPcopy Index your code
hub / github.com/liuup/claude-code-analysis / getTaskCreatedHookMessage

Function getTaskCreatedHookMessage

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

Source from the content-addressed store, hash-verified

1912 * @returns Formatted message to give feedback to the model
1913 */
1914export function getTaskCreatedHookMessage(
1915 blockingError: HookBlockingError,
1916): string {
1917 return `TaskCreated hook feedback:\n${blockingError.blockingError}`
1918}
1919
1920/**
1921 * Format a blocking error from a TaskCompleted hook.

Callers 1

callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected