(hook, index)
| 100 | return t5; |
| 101 | } |
| 102 | function _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 | } |
| 109 | function _temp() { |
| 110 | return <Text>Esc to go back</Text>; |
| 111 | } |
nothing calls this directly
no test coverage detected