MCPcopy Create free account
hub / github.com/PatrickSys/codebase-context / isComponentName

Function isComponentName

src/analyzers/react/index.ts:456–458  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

454}
455
456function isComponentName(name: string): boolean {
457 return /^[A-Z]/.test(name);
458}
459
460function isCustomHookName(name: string): boolean {
461 return /^use[A-Z0-9]/.test(name);

Callers 1

summarizeReactProgramFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected