package current_github

  1. Overview
  2. Docs

Module Api.RefSource

Sourcetype t = [
  1. | `Ref of string
  2. | `PR of int
]
Sourceval pp : t Fmt.t
Sourceval compare : t -> t -> int
Sourceval to_git : t -> string

to_git t is the Git-format string of the ref, e.g."refs/pull/%d/head"

OCaml

Innovation. Community. Security.