FullAnalysisReport

@Serializable
data class FullAnalysisReport(val projectPath: String, val graphs: List<GraphAnalysis>)(source)

Combined analysis report for all graphs in a project.

Constructors

Link copied to clipboard
constructor(projectPath: String, graphs: List<GraphAnalysis>)

Properties

Link copied to clipboard

Number of graphs in this report.

Link copied to clipboard
Link copied to clipboard