package
1.0.8
Repository: https://github.com/ossf/criticality_score.git
Documentation: pkg.go.dev

# Packages

Package wam implements the Weighted Arithmetic Mean, which forms the basis of Rob Pike's criticality score algorithm as documented in Quantifying_criticality_algorithm.pdf.

# Functions

No description provided by the author
No description provided by the author
NewRegistry returns a new Registry instance.
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
ConditionalValue wraps an Inner value that will only be returned if the Condition returns true.
No description provided by the author
No description provided by the author
Registry is used to map a name to a Factory that creates Algorithm instances for the given name.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
Field implements the Value interface, but simply returns the raw value of the named field.