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

Method qc

basex-api/src/main/java/org/basex/http/web/WebModule.java:100–104  ·  view source on GitHub ↗

Parses the module and returns the query context. @param ctx database context @return query context @throws QueryException query exception

(final Context ctx)

Source from the content-addressed store, hash-verified

98 * @throws QueryException query exception
99 */
100 public QueryContext qc(final Context ctx) throws QueryException {
101 final QueryContext qc = new QueryContext(ctx);
102 qc.parse(content, file.path());
103 return qc;
104 }
105}

Callers 2

parseMethod · 0.95
initMethod · 0.45

Calls 2

parseMethod · 0.95
pathMethod · 0.45

Tested by

no test coverage detected