MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / runText

Function runText

scripts/integration/android.mjs:846–848  ·  view source on GitHub ↗
(command, args, options = {})

Source from the content-addressed store, hash-verified

844}
845
846function runText(command, args, options = {}) {
847 return runBuffer(command, args, options).toString("utf8").trim();
848}
849
850function runBuffer(command, args, options = {}) {
851 const result = runCommand(command, args, options);

Callers 5

resolveAndroidDeviceFunction · 0.70
onlineAndroidSerialsFunction · 0.70
androidAvdNameForSerialFunction · 0.70
simdeckJsonFunction · 0.70

Calls 2

toStringMethod · 0.80
runBufferFunction · 0.70

Tested by

no test coverage detected