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

Method length

core/src/main/java/io/questdb/std/Files.java:326–328  ·  view source on GitHub ↗
(LPSZ lpsz)

Source from the content-addressed store, hash-verified

324 }
325
326 public static long length(LPSZ lpsz) {
327 return length0(lpsz.ptr());
328 }
329
330 public static long length(long fd) {
331 return length(toOsFd(fd));

Callers 15

testAllocateMethod · 0.95
testAllocateLoopMethod · 0.95
testConcurrentRemoveMethod · 0.95
testCopyMethod · 0.95
testCopyBigFileMethod · 0.95
testTruncateMethod · 0.95
assertEqualsMethod · 0.95

Calls 3

length0Method · 0.95
toOsFdMethod · 0.95
ptrMethod · 0.65

Tested by 15

testAllocateMethod · 0.76
testAllocateLoopMethod · 0.76
testConcurrentRemoveMethod · 0.76
testCopyMethod · 0.76
testCopyBigFileMethod · 0.76
testTruncateMethod · 0.76
assertEqualsMethod · 0.76