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

Function logStep

scripts/integration/cli.mjs:2157–2161  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

2155}
2156
2157function logStep(message) {
2158 if (verbose) {
2159 console.log(`[integration] ${message}`);
2160 }
2161}
2162
2163function logCommand(command, args) {
2164 if (verbose) {

Callers 15

mainFunction · 0.85
startServerFunction · 0.85
retrySimdeckJsonFunction · 0.85
retrySimdeckTextFunction · 0.85
retrySimdeckTextUntilFunction · 0.85
ensureFixtureForegroundFunction · 0.85
httpStepFunction · 0.85
verifyUiFunction · 0.85
verifyUiWithDescribeFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected