Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ isOSX
Method
isOSX
core/src/main/java/io/questdb/std/Os.java:167–169 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
165
}
166
167
public
static
boolean isOSX() {
168
return
type == DARWIN;
169
}
170
171
public
static
boolean isPosix() {
172
return
type != Os.WINDOWS;
Callers
6
testBench
Method · 0.95
testWalMetadataChangeHeavyManyPartitions
Method · 0.95
getOSClass
Method · 0.95
checkPathIsSafeToRead
Method · 0.95
isErrnoFileCannotRead
Method · 0.95
isSecurityError
Method · 0.95
Calls
no outgoing calls
Tested by
2
testBench
Method · 0.76
testWalMetadataChangeHeavyManyPartitions
Method · 0.76