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

Method get

basex-api/src/main/java/org/basex/http/HTTPContext.java:45–48  ·  view source on GitHub ↗

Returns the singleton instance. @return instance

()

Source from the content-addressed store, hash-verified

43 * @return instance
44 */
45 public static HTTPContext get() {
46 if(instance == null) instance = new HTTPContext();
47 return instance;
48 }
49
50 /**
51 * Returns the database context.

Callers 8

initMethod · 0.95
BaseXHTTPMethod · 0.95
HTTPConnectionMethod · 0.95
initMethod · 0.95
contextDestroyedMethod · 0.95
WebSocketMethod · 0.95
configureMethod · 0.95
initMethod · 0.95

Calls

no outgoing calls

Tested by 1

initMethod · 0.76