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

Method copy

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

Copies mutable default values. Otherwise, returns the existing instance. @return default value

()

Source from the content-addressed store, hash-verified

38 * @return default value
39 */
40 public O copy() {
41 return value();
42 }
43
44 @Override
45 public String toString() {

Callers

nothing calls this directly

Calls 1

valueMethod · 0.95

Tested by

no test coverage detected