Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ command
Function
command
core/src/utils/test/press-keys.ts:133–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
});
132
const
normalizedKeys = keys.join(
'+'
);
133
const
command = () => this.page.keyboard.press(normalizedKeys);
134
135
times = times ?? 1;
136
for
(
let
i = 0; i < times; i += 1) {
Callers
1
pressKeys
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected