MCPcopy Create free account
hub / github.com/apache/arrow / mkpath

Method mkpath

c_glib/test/file-system-tests.rb:27–29  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

25 end
26
27 private def mkpath(path)
28 @fs.create_dir(path, true)
29 end
30
31 private def create_file(path, content=nil)
32 stream = @fs.open_output_stream(path)

Callers

nothing calls this directly

Calls 1

create_dirMethod · 0.45

Tested by

no test coverage detected