MCPcopy Index your code
hub / github.com/angular/angular / h

Function h

packages/core/primitives/event-dispatch/src/earlyeventcontract.ts:73–83  ·  view source on GitHub ↗
(event: Event)

Source from the content-addressed store, hash-verified

71 q.push(eventInfo);
72 };
73 const h = (event: Event) => {
74 d(
75 createEventInfoFromParameters(
76 event.type,
77 event,
78 event.target as Element,
79 container,
80 Date.now(),
81 ),
82 );
83 };
84 return {
85 c: container,
86 q,

Callers

nothing calls this directly

Calls 2

dFunction · 0.85

Tested by

no test coverage detected