Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
$currentAlertHost
Method · 0.95
logResponse
Method · 0.95
freeSocketAndAddress
Method · 0.95
$alertHost
Method · 0.95
connect
Method · 0.95
I$
Method · 0.80
sendRaw
Method · 0.65
$safe
Method · 0.65
info
Method · 0.65
errno
Method · 0.65
recvRaw
Method · 0.65
Tested by
no test coverage detected