* Get a human-readable label for the primary content field of a hook * based on its type.
()
| 165 | * based on its type. |
| 166 | */ |
| 167 | function _temp() { |
| 168 | return <Text>Esc to go back</Text>; |
| 169 | } |
| 170 | function getContentFieldLabel(config: IndividualHookConfig['config']): string { |
| 171 | switch (config.type) { |
| 172 | case 'command': |
nothing calls this directly
no outgoing calls
no test coverage detected