A data structure that handles holding issue scores. The underlaying DS is a map that maps an issue ID to an IssueScore (see models/IssueScore)

Constructors

Properties

issueScores: Map<number, default>

Methods

  • Parameters

    • issueId: number
    • amount: number

    Returns void

  • Parameters

    • issueId: number

    Returns number