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

Function isPermissionRelatedResponse

src/utils/inProcessTeammateHelpers.ts:97–102  ·  view source on GitHub ↗
(messageText: string)

Source from the content-addressed store, hash-verified

95 * @returns true if the message is a permission response
96 */
97export function isPermissionRelatedResponse(messageText: string): boolean {
98 return (
99 !!isPermissionResponse(messageText) ||
100 !!isSandboxPermissionResponse(messageText)
101 )
102}
103

Callers

nothing calls this directly

Calls 2

isPermissionResponseFunction · 0.85

Tested by

no test coverage detected