Packmatic.Manifest.create

You're seeing just the function create, go back to Packmatic.Manifest module for more information.

Specs

create([]) :: invalid()
create([Packmatic.Manifest.Entry.t() | Packmatic.Manifest.Entry.proplist(), ...]) ::
  valid() | invalid()

Creates a Manifest based on Entries given. If there are no Entries, the Manifest will be invalid by default. Otherwise, each Entry will be validated and the Manifest will remain valid if all Entries provided were valid.