MCPcopy Create free account
hub / github.com/questdb/questdb / isLinux

Method isLinux

core/src/main/java/io/questdb/std/Os.java:163–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161 }
162
163 public static boolean isLinux() {
164 return type == LINUX;
165 }
166
167 public static boolean isOSX() {
168 return type == DARWIN;

Callers 15

assumeIsNotTmpFsMethod · 0.95
dataMethod · 0.95
dataMethod · 0.95
dataMethod · 0.95
testAddColumnsMethod · 0.95
testAllMixedMethod · 0.95
testAllMixedNoSymbolsMethod · 0.95
testAllMixedSplitPartMethod · 0.95

Calls

no outgoing calls

Tested by 15

assumeIsNotTmpFsMethod · 0.76
dataMethod · 0.76
dataMethod · 0.76
dataMethod · 0.76
testAddColumnsMethod · 0.76
testAllMixedMethod · 0.76
testAllMixedNoSymbolsMethod · 0.76
testAllMixedSplitPartMethod · 0.76