MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp3

Function _temp3

src/components/hooks/SelectMatcherMode.tsx:129–137  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

127 return t6;
128}
129function _temp3(item) {
130 const sourceText = item.sources.map(hookSourceInlineDisplayString).join(", ");
131 const matcherLabel = item.matcher || "(all)";
132 return {
133 label: `[${sourceText}] ${matcherLabel}`,
134 value: item.matcher,
135 description: `${item.hookCount} ${plural(item.hookCount, "hook")}`
136 };
137}
138function _temp2() {
139 return <Text>Esc to go back</Text>;
140}

Callers

nothing calls this directly

Calls 1

pluralFunction · 0.85

Tested by

no test coverage detected