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

Method sync

core/src/main/java/io/questdb/std/Files.java:544–544  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

542 }
543
544 public static native int sync();
545
546 public static int toOsFd(long fd) {
547 return fdCache.toOsFd(fd);

Callers 2

createTempFileMethod · 0.95
syncMethod · 0.95

Calls

no outgoing calls

Tested by 1

createTempFileMethod · 0.76