MCPcopy Index your code
hub / github.com/questdb/questdb / send

Method send

core/src/main/java/io/questdb/log/LogAlertSocket.java:246–248  ·  view source on GitHub ↗
(int len)

Source from the content-addressed store, hash-verified

244 }
245
246 public boolean send(int len) {
247 return send(len, onReconnectRef);
248 }
249
250 public boolean send(int len, Runnable onReconnect) {
251 if (len < 1) {

Callers

nothing calls this directly

Calls 13

$Method · 0.95
$currentAlertHostMethod · 0.95
logResponseMethod · 0.95
freeSocketAndAddressMethod · 0.95
$alertHostMethod · 0.95
connectMethod · 0.95
I$Method · 0.80
sendRawMethod · 0.65
$safeMethod · 0.65
infoMethod · 0.65
errnoMethod · 0.65
recvRawMethod · 0.65

Tested by

no test coverage detected