MCPcopy
hub / github.com/angular/angular / describe

Method describe

packages/benchpress/src/metric/multi_metric.ts:55–57  ·  view source on GitHub ↗

* Describes the metrics provided by this metric implementation. * (e.g. units, ...)

()

Source from the content-addressed store, hash-verified

53 * (e.g. units, ...)
54 */
55 override describe(): {[key: string]: any} {
56 return mergeStringMaps(this._metrics.map((metric) => metric.describe()));
57 }
58}
59
60function mergeStringMaps(maps: {[key: string]: string}[]): {[key: string]: string} {

Callers

nothing calls this directly

Calls 2

mergeStringMapsFunction · 0.85
mapMethod · 0.80

Tested by

no test coverage detected