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

Interface SourceLocation

package/src/utils/source-location.test.ts:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163// =============================================================================
164
165interface SourceLocation {
166 fileName: string;
167 lineNumber: number;
168 columnNumber?: number;
169 componentName?: string;
170}
171
172function getFiberFromElement(element: HTMLElement): MockFiberNode | null {
173 // Try React 18+ fiber key (__reactFiber$...)

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…