Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
spyOnEvent
Function · 0.95
locator
Function · 0.95
openURL
Function · 0.45
register
Function · 0.45
_register
Function · 0.45
configs
Function · 0.45
next
Method · 0.45
waitComponentOnReady
Function · 0.45
setContent
Function · 0.45
goto
Function · 0.45
overlays.e2e.ts
File · 0.45
onStop
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected