package volgo

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Vcs.Name_statusSource

Sourcemodule Change : sig ... end
Sourcetype t = Change.t list
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval files : t -> Path_in_repo.t list

Returns the set of files that are involved by the changes, either at src or dst.

Returns the set of files that are involved by the changes, that are also present at src or dst respectively.

Sourceval files_at_src : t -> Path_in_repo.t list
Sourceval files_at_dst : t -> Path_in_repo.t list
Sourcemodule Changed : sig ... end
OCaml

Innovation. Community. Security.