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

Function looksLikeKeyboardTipQuery

scripts/integration/js-api.mjs:430–433  ·  view source on GitHub ↗
(snapshot)

Source from the content-addressed store, hash-verified

428}
429
430function looksLikeKeyboardTipQuery(snapshot) {
431 const text = JSON.stringify(snapshot);
432 return /Speed up your typing/i.test(text) && /\bContinue\b/.test(text);
433}
434
435function keyboardTipContinueTapTarget(snapshot) {
436 const nodes = compactQueryNodes(snapshot);

Callers 1

resolveKeyboardTipPromptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected