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

Method free

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

Returns all name/value pairs without pre-defined option. @return options

()

Source from the content-addressed store, hash-verified

450 * @return options
451 */
452 public final synchronized HashMap<String, String> free() {
453 return free;
454 }
455
456 /**
457 * Returns a map representation of the entries of the requested string (separated by commas).

Callers 3

deleteMethod · 0.45
toOptionsMethod · 0.45
execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected