MCPcopy Create free account
hub / github.com/Noumena-Network/code / getMatcherMetadata

Function getMatcherMetadata

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

Source from the content-addressed store, hash-verified

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

Callers 1

HooksConfigMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected