IBase.AnalysisRequesttype t = private | AllRequest the analyses for all payloads enabled
*)| One of PayloadId.tRequest an analysis for one payload
*)| CheckerWithoutPayload of checker_without_payloadRequest 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.Comparable.S with type t := tval compare : t Base__Ppx_compare_lib.compareinclude Ppx_compare_lib.Equal.S with type t := tval equal : t Base__Ppx_compare_lib.equalval pp : Ppx_show_runtime.Format.formatter -> t -> unitval show : t -> stringval all : tval one : PayloadId.t -> tval checker_without_payload : checker_without_payload -> tmodule Map : IStdlib.PrettyPrintable.PPMap with type key = t