MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / looksLikeKeyboardTipPrompt

Function looksLikeKeyboardTipPrompt

scripts/integration/cli.mjs:1649–1654  ·  view source on GitHub ↗
(snapshot)

Source from the content-addressed store, hash-verified

1647}
1648
1649function looksLikeKeyboardTipPrompt(snapshot) {
1650 return (
1651 /Speed up your typing/i.test(snapshot) &&
1652 /Button(?:\s+#[^:\n]+)?:\s+Continue\b/.test(snapshot)
1653 );
1654}
1655
1656function looksLikeKeyboardTipQuery(snapshot) {
1657 const text = JSON.stringify(snapshot?.matches ?? snapshot ?? []);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected