(metrics, name)
| 1191 | } |
| 1192 | |
| 1193 | function metricValues(metrics, name) { |
| 1194 | return metrics[name]?.values || {}; |
| 1195 | } |
| 1196 | |
| 1197 | function humanizeThreshold(threshold) { |
| 1198 | const metricName = threshold.metric || ""; |
no outgoing calls
no test coverage detected