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

Function summarizeText

scripts/integration/cli.mjs:875–877  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

873}
874
875function summarizeText(output) {
876 return output.split("\n").slice(0, 12).join("\n").slice(0, 1000);
877}
878
879async function cliStep(label, args, commandOptions = {}, verifyOptions = {}) {
880 return measuredStep(

Callers 1

retrySimdeckTextUntilFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected