Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
101
export
function
getCustomValidation(toolName: string) {
102
return
TOOL_VALIDATION_CONFIG.customValidation[toolName]
103
}
104
Callers
1
validatePermissionRule
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected