IBase.AnalysisRequest
type t = private
| All
Request the analyses for all payloads enabled
*)| One of PayloadId.t
Request an analysis for one payload
*)| CheckerWithoutPayload of checker_without_payload
Request an analysis of a checker that has no payload in DB
*)This is given to the callback iteration, so that only a subset of them are triggered when necessary.
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
val pp : Ppx_show_runtime.Format.formatter -> t -> unit
val show : t -> string
val all : t
val one : PayloadId.t -> t
val checker_without_payload : checker_without_payload -> t