MCPcopy Create free account
hub / github.com/BaseXdb/basex / add

Method add

basex-api/src/main/java/org/basex/http/rest/RESTSession.java:34–37  ·  view source on GitHub ↗

Adds a command to be executed. @param cmd command @return self reference

(final Command cmd)

Source from the content-addressed store, hash-verified

32 * @return self reference
33 */
34 RESTSession add(final Command cmd) {
35 commands.add(cmd);
36 return this;
37 }
38
39 /**
40 * Adds a command to be executed.

Callers 1

runMethod · 0.95

Calls 2

setInputMethod · 0.80
addMethod · 0.65

Tested by

no test coverage detected