Module Values.SrcCodeOrDbAnalysisStatusSource
Sourcetype nonrec t = | ANALYSIS_TO_BE_SCHEDULED| ANALYSIS_STARTED| ANALYSIS_SUCCESS| ANALYSIS_FAILED| ANALYSIS_PARTIAL_SUCCESS| UNCONFIGURED| CONFIGURED| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]