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

Method option

basex-core/src/main/java/org/basex/util/options/Options.java:170–172  ·  view source on GitHub ↗

Returns the option with the specified name. @param name name of the option @return value (can be null)

(final String name)

Source from the content-addressed store, hash-verified

168 * @return value (can be {@code null})
169 */
170 public final synchronized Option<?> option(final String name) {
171 return definitions.get(name);
172 }
173
174 /**
175 * Returns the value of the specified option.

Callers 3

optionMethod · 0.95
runMethod · 0.95
addOptionMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected