MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getMatcherMetadata

Function getMatcherMetadata

src/utils/hooks/hooksConfigManager.ts:395–400  ·  view source on GitHub ↗
(
  event: HookEvent,
  toolNames: string[],
)

Source from the content-addressed store, hash-verified

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

Callers 1

HooksConfigMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected