Searched refs:metricResult (Results 1 – 4 of 4) sorted by relevance
30 const metricResult = globals.metricResult; constant31 if (metricResult === undefined) return undefined;33 if (!(metricResult && metricResult.name === currSelection)) {36 if (metricResult.error !== undefined) {37 return m('pre.metric-error', metricResult.error);39 if (metricResult.resultString !== undefined) {40 return m('pre', metricResult.resultString);
248 publishMetricResult(metricResult: MetricResult) {249 globals.setMetricResult(metricResult);
334 get metricResult() {
56 const metricResult = await this.engine.computeMetric([name]); constant59 {name, resultString: metricResult.metricsAsPrototext});