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

Function openButtonPoint

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

Source from the content-addressed store, hash-verified

1495}
1496
1497function openButtonPoint(snapshot) {
1498 return buttonPoint(snapshot, "Open");
1499}
1500
1501function buttonPoint(snapshot, label) {
1502 const escapedLabel = label.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");

Callers 2

Calls 1

buttonPointFunction · 0.85

Tested by

no test coverage detected