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

Method touch

core/src/test/java/io/questdb/test/FilesTest.java:1611–1614  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

1609 }
1610
1611 private static void touch(File file) throws IOException {
1612 FileOutputStream fos = new FileOutputStream(file);
1613 fos.close();
1614 }
1615
1616 private void assertHardLinkPreservesFileContent(String fileName) throws Exception {
1617 assertMemoryLeak(() -> {

Callers 2

testDeleteDirMethod · 0.95
setupPathMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected