MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / push

Method push

core/src/utils/test/playwright/page/event-spy.ts:61–67  ·  view source on GitHub ↗
(ev: CustomEvent)

Source from the content-addressed store, hash-verified

59 }
60
61 public push(ev: CustomEvent) {
62 this.events.push(ev);
63 const next = this.queuedHandler.shift();
64 if (next) {
65 next();
66 }
67 }
68}
69
70/**

Callers 15

spyOnEventFunction · 0.95
locatorFunction · 0.95
openURLFunction · 0.45
registerFunction · 0.45
_registerFunction · 0.45
configsFunction · 0.45
nextMethod · 0.45
waitComponentOnReadyFunction · 0.45
setContentFunction · 0.45
gotoFunction · 0.45
overlays.e2e.tsFile · 0.45
onStopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected