HfHub.Commit.Operation.Copy (HfHub v0.2.0)

Copy Markdown View Source

Operation to copy an existing LFS file.

Summary

Types

t()

@type t() :: %HfHub.Commit.Operation.Copy{
  dst_path: String.t(),
  src_path: String.t(),
  src_revision: String.t() | nil
}