Icepak.Item (icepak v1.0.7)

Summary

Types

@type t() :: %Icepak.Item{
  combined_hashes: [Icepak.Item.Hash.t()],
  file_type: String.t(),
  hash: String.t(),
  is_metadata: boolean(),
  name: String.t(),
  path: String.t(),
  size: integer(),
  source: String.t() | nil
}

Functions

Link to this function

prepare(file, map)