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

Method context

basex-core/src/main/java/org/basex/data/DataClip.java:73–76  ·  view source on GitHub ↗

Assigns a database context. @param context context @return self reference

(final Context context)

Source from the content-addressed store, hash-verified

71 * @return self reference
72 */
73 public DataClip context(final Context context) {
74 ctx = context;
75 return this;
76 }
77
78 /**
79 * Unregisters and drops a temporary database instance.

Callers 7

checkMethod · 0.45
runMethod · 0.45
parseMethod · 0.45
xmlMethod · 0.45
stringMethod · 0.45
checkMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected