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

Function _temp

src/components/hooks/ViewHookMode.tsx:167–169  ·  view source on GitHub ↗

* Get a human-readable label for the primary content field of a hook * based on its type.

()

Source from the content-addressed store, hash-verified

165 * based on its type.
166 */
167function _temp() {
168 return <Text>Esc to go back</Text>;
169}
170function getContentFieldLabel(config: IndividualHookConfig['config']): string {
171 switch (config.type) {
172 case 'command':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected