MCPcopy 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

testBenchMethod · 0.95
getOSClassMethod · 0.95
checkPathIsSafeToReadMethod · 0.95
isErrnoFileCannotReadMethod · 0.95
isSecurityErrorMethod · 0.95

Calls

no outgoing calls

Tested by 2

testBenchMethod · 0.76