MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / looksLikeKeyboardTipQuery

Function looksLikeKeyboardTipQuery

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

Source from the content-addressed store, hash-verified

1654}
1655
1656function looksLikeKeyboardTipQuery(snapshot) {
1657 const text = JSON.stringify(snapshot?.matches ?? snapshot ?? []);
1658 return /Speed up your typing/i.test(text) && /\bContinue\b/.test(text);
1659}
1660
1661function keyboardTipContinueTapTarget(snapshot) {
1662 const nodes = compactQueryNodes(snapshot);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected