(labelSpecs)
| 125 | } |
| 126 | |
| 127 | function getIssueIntentLabelNames(labelSpecs) { |
| 128 | return labelSpecs.map(label => label.name); |
| 129 | } |
| 130 | |
| 131 | function buildIssueIntentLabelUpdates(labelSpecs, labelIdByName) { |
| 132 | return labelSpecs.map(spec => { |
no outgoing calls
no test coverage detected