MCPcopy Create free account
hub / github.com/benjitaylor/agentation / ReactComponentInfo

Interface ReactComponentInfo

package/src/utils/react-detection.ts:594–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 * Result from React component detection
593 */
594export interface ReactComponentInfo {
595 /** Full component path like "<App> <Layout> <Button>" */
596 path: string | null;
597 /** Array of component names from innermost to outermost */
598 components: string[];
599}
600
601/**
602 * Check if a name looks like minified/production code (single letter or very short)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…