Module ObsoleteRefsOfCommit.Results

type struct_t = [
  1. | `ObsoleteRefsOfCommit_91141016f50f34ba
]
val has_refs : t -> bool
val refs_get : t -> (ro, string, array_t) Capnp.Array.t
val refs_get_list : t -> string list
val refs_get_array : t -> string array
val of_message : 'cap message_t -> t
val of_builder : struct_t builder_t -> t