MCPcopy Create free account
hub / github.com/annmuor/jnode / runScript

Method runScript

jnode-core/src/jnode/robot/ScriptFix.java:139–143  ·  view source on GitHub ↗
(long id)

Source from the content-addressed store, hash-verified

137 }
138
139 private String runScript(long id) {
140 String errMessage = JscriptExecutor.executeScript(id);
141 return errMessage != null ? errMessage : MessageFormat.format(
142 "script {0} executed successfully", id);
143 }
144
145 @Override
146 protected String getRobotName() {

Callers 1

processCommandsMethod · 0.95

Calls 2

executeScriptMethod · 0.95
formatMethod · 0.80

Tested by

no test coverage detected