MCPcopy Index your code
hub / github.com/openstf/stf / runAgentCommand

Function runAgentCommand

lib/units/device/plugins/service.js:302–308  ·  view source on GitHub ↗
(type, cmd)

Source from the content-addressed store, hash-verified

300 }
301
302 function runAgentCommand(type, cmd) {
303 agent.writer.write(new apk.wire.Envelope(
304 null
305 , type
306 , cmd.encodeNB()
307 ).encodeNB())
308 }
309
310 function keyEvent(data) {
311 return runAgentCommand(

Callers 2

keyEventFunction · 0.85
service.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected