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

Function d

packages/core/primitives/event-dispatch/src/earlyeventcontract.ts:70–72  ·  view source on GitHub ↗
(eventInfo: EventInfo)

Source from the content-addressed store, hash-verified

68export function createEarlyJsactionData(container: HTMLElement) {
69 const q: EventInfo[] = [];
70 const d = (eventInfo: EventInfo) => {
71 q.push(eventInfo);
72 };
73 const h = (event: Event) => {
74 d(
75 createEventInfoFromParameters(

Callers 5

computed_spec.tsFile · 0.85
hFunction · 0.85
GOLDEN_PARTIAL.jsFile · 0.85
GOLDEN_PARTIAL.jsFile · 0.85
GOLDEN_PARTIAL.jsFile · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected