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

Function getCustomValidation

src/utils/settings/toolValidationConfig.ts:101–103  ·  view source on GitHub ↗
(toolName: string)

Source from the content-addressed store, hash-verified

99
100// Helper to get custom validation for a tool
101export function getCustomValidation(toolName: string) {
102 return TOOL_VALIDATION_CONFIG.customValidation[toolName]
103}
104

Callers 1

validatePermissionRuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected