This repository has been archived on 2024-02-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
arf/analyzer/analyzer.go

7 lines
155 B
Go

package analyzer
// AnalysisOperation holds information about an ongoing analysis operation.
type AnalysisOperation struct {
sectionTable SectionTable
}