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

Method remove

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

Source from the content-addressed store, hash-verified

514 }
515
516 public static boolean remove(LPSZ lpsz) {
517 return fdCache.remove(lpsz);
518 }
519
520 public static int rename(LPSZ oldName, LPSZ newName) {
521 return fdCache.rename(oldName, newName);

Callers 4

removeMethod · 0.95
removeMethod · 0.95
removeQuietMethod · 0.95
rmdirMethod · 0.95

Calls 1

removeMethod · 0.65

Tested by 1

removeMethod · 0.76