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

Function createMockElement

package/src/utils/source-location.test.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36// =============================================================================
37
38function createMockElement(): HTMLElement {
39 return document.createElement("div");
40}
41
42function attachReact18Fiber(
43 element: HTMLElement,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…