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

Method get

basex-api/src/main/java/org/basex/http/ws/WsPool.java:104–106  ·  view source on GitHub ↗

Returns the client with the specified ID. @param id client ID @return client

(final String id)

Source from the content-addressed store, hash-verified

102 * @return client
103 */
104 public static WebSocket get(final String id) {
105 return CLIENTS.get(id);
106 }
107
108 /**
109 * Sends a message to the specified clients.

Callers 1

clientMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected