package qcow

  1. Overview
  2. Docs
type t = {
  1. src : cluster;
  2. dst : cluster;
  3. update : reference;
}

An instruction to move the contents from cluster src to cluster dst and update the reference in cluster update

OCaml

Innovation. Community. Security.