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

Interface MockDebugSource

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

Source from the content-addressed store, hash-verified

5// =============================================================================
6
7interface MockDebugSource {
8 fileName: string;
9 lineNumber: number;
10 columnNumber?: number;
11}
12
13interface MockFiberNode {
14 _debugSource?: MockDebugSource | null;

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…