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

Method peek

core/src/main/java/io/questdb/network/Net.java:291–293  ·  view source on GitHub ↗
(long fd, long ptr, int len)

Source from the content-addressed store, hash-verified

289 }
290
291 public static int peek(long fd, long ptr, int len) {
292 return peek(toOsFd(fd), ptr, len);
293 }
294
295 public static int recv(long fd, long ptr, int len) {
296 return recv(toOsFd(fd), ptr, len);

Callers 12

testSeekMethod · 0.95
peekRawMethod · 0.95
testConnectionMethod · 0.95
tryPostfixToInfixMethod · 0.45
sendToOutQueueMethod · 0.45
purgeMethod · 0.45
processRetryQueueMethod · 0.45
orderByDependentViewsMethod · 0.45
processExpiredTimersMethod · 0.45

Calls 1

toOsFdMethod · 0.45