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

Method arg

basex-core/src/main/java/org/basex/util/options/Option.java:57–59  ·  view source on GitHub ↗

Returns a string representation of the option with the specified argument. @param arg argument @return string representation

(final String arg)

Source from the content-addressed store, hash-verified

55 * @return string representation
56 */
57 public final String arg(final String arg) {
58 return "declare option output:" + name() + " '" + arg.replace("'", "''") + "';";
59 }
60}

Callers

nothing calls this directly

Calls 2

nameMethod · 0.95
replaceMethod · 0.45

Tested by

no test coverage detected