Versions in this module Expand all Collapse all v0 v0.9.1 Aug 27, 2026 Changes in this version + func DefaultDepBudget() int64 type LangCoverage + Degraded bool + DegradedNote string type Option + func WithDepBudget(sourceBytes int64) Option + func WithProgress() Option v0.9.0 Aug 23, 2026 Changes in this version + func CoverageSummary(coverage []LangCoverage) string + func LanguageOf(path string) (lang string, ok bool) + type LangCoverage struct + Converted bool + Detected bool + Err string + Files int + Language string + Skipped int + type Option func(*config) + func WithDiagnostics() Option + func WithSources() Option + type Result struct + Coverage []LangCoverage + Diag scaninfo.Info + Findings []analysis.Finding + Program *ir.Program + Sources []string + func Scan(path string, rs *rules.RuleSet, opts ...Option) (Result, error) + func ScanFiles(paths []string, rs *rules.RuleSet, opts ...Option) (Result, error) + func (r Result) Failed() []LangCoverage