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

Method get

basex-api/src/main/java/org/basex/http/web/WebModules.java:75–78  ·  view source on GitHub ↗

Returns the singleton instance. @param ctx database context @return instance

(final Context ctx)

Source from the content-addressed store, hash-verified

73 * @return instance
74 */
75 public static WebModules get(final Context ctx) {
76 if(instance == null) instance = new WebModules(ctx);
77 return instance;
78 }
79
80 /**
81 * Initializes the module cache.

Callers 7

registerMethod · 0.95
registerMethod · 0.95
runMethod · 0.95
getMethod · 0.95
findAndProcessMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95

Calls

no outgoing calls

Tested by 2

registerMethod · 0.76
registerMethod · 0.76