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

Method isWindows

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

Source from the content-addressed store, hash-verified

175 public static native boolean isRustReleaseBuild();
176
177 public static boolean isWindows() {
178 return type == Os.WINDOWS;
179 }
180
181 public static void loadLib(String lib, @NotNull InputStream libStream) {
182 try {

Calls

no outgoing calls