MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isClassifierDenial

Function isClassifierDenial

src/utils/messages.ts:257–259  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

255 * Used by the UI to render a short summary instead of the full message.
256 */
257export function isClassifierDenial(content: string): boolean {
258 return content.startsWith(AUTO_MODE_REJECTION_PREFIX)
259}
260
261/**
262 * Build a rejection message for auto mode classifier denials.

Callers 1

UserToolErrorMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected