MCPcopy
hub / github.com/FormidableLabs/webpack-dashboard / getMetrics

Method getMetrics

plugin/index.js:254–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

252
253 // Skip metrics in minimal mode.
254 const getMetrics = () => (this.minimal ? Promise.resolve() : this.getMetrics(stats));
255
256 // eslint-disable-next-line promise/catch-or-return
257 getMetrics()

Callers 1

index.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected