Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ testLongFd
Method
testLongFd
core/src/test/java/io/questdb/test/FilesTest.java:676–680 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
674
}
675
676
@Test
677
public
void
testLongFd() {
678
long unuqFd = Numbers.encodeLowHighInts(1000, -1);
679
Assert.assertTrue(unuqFd < 0);
680
}
681
682
@Test
683
public
void
testLongFd2() {
Callers
nothing calls this directly
Calls
2
encodeLowHighInts
Method · 0.95
assertTrue
Method · 0.45
Tested by
no test coverage detected