MCPcopy Create free account
hub / github.com/angular/angular / describe

Method describe

packages/benchpress/test/metric/multi_metric_spec.ts:70–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 override describe(): {[key: string]: string} {
71 const result: {[key: string]: string} = {};
72 result[this._id] = 'describe';
73 return result;
74 }
75}

Calls

no outgoing calls

Tested by

no test coverage detected