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

Function summarizeUiCheck

scripts/integration/cli.mjs:1327–1336  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

1325}
1326
1327function summarizeUiCheck(options = {}) {
1328 const parts = ["fast query"];
1329 if (options.expectFixture) {
1330 parts.push("fixture ids present");
1331 }
1332 if (options.expectText) {
1333 parts.push(`text "${options.expectText}" present`);
1334 }
1335 return parts.join(", ");
1336}
1337
1338async function resolveKnownSystemPrompts(snapshot, label) {
1339 if (

Callers 1

verifyUiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected