Hrx.Entry.new

You're seeing just the function new, go back to Hrx.Entry module for more information.

Specs

new({:directory, String.t()} | {:file, {String.t()} | {String.t(), String.t()}}) ::
  t()

Create a new HRX entry for a file or directory.

Takes in a record based on the parsed format generated by Hrx.Parser.parse/2