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

Function _temp2

src/components/hooks/SelectHookMode.tsx:102–108  ·  view source on GitHub ↗
(hook, index)

Source from the content-addressed store, hash-verified

100 return t5;
101}
102function _temp2(hook, index) {
103 return {
104 label: `[${hook.config.type}] ${getHookDisplayText(hook.config)}`,
105 value: index.toString(),
106 description: hook.source === "pluginHook" && hook.pluginName ? `${hookSourceHeaderDisplayString(hook.source)} (${hook.pluginName})` : hookSourceHeaderDisplayString(hook.source)
107 };
108}
109function _temp() {
110 return <Text>Esc to go back</Text>;
111}

Callers

nothing calls this directly

Calls 3

getHookDisplayTextFunction · 0.85
toStringMethod · 0.65

Tested by

no test coverage detected