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

Method data

basex-core/src/main/java/org/basex/core/Context.java:201–203  ·  view source on GitHub ↗

Returns the current data reference. @return data reference

()

Source from the content-addressed store, hash-verified

199 * @return data reference
200 */
201 public Data data() {
202 return data;
203 }
204
205 /**
206 * Returns the current node context.

Callers 15

valueMethod · 0.95
executeMethod · 0.95
markMethod · 0.95
contextMethod · 0.95
paintComponentMethod · 0.95
refreshMarkMethod · 0.95
paintComponentMethod · 0.95
setTextMethod · 0.95
filterMethod · 0.95
DialogEditMethod · 0.95
runMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected