( event: HookEvent, toolNames: string[], )
| 394 | |
| 395 | // Get metadata for a specific event's matcher |
| 396 | export function getMatcherMetadata( |
| 397 | event: HookEvent, |
| 398 | toolNames: string[], |
| 399 | ): MatcherMetadata | undefined { |
| 400 | return getHookEventMetadata(toolNames)[event].matcherMetadata |
| 401 | } |