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