MCPcopy Create free account
hub / github.com/csskit/csskit / buildNormalSeries

Function buildNormalSeries

website/script/benchmarks.js:493–495  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

491 });
492
493 function buildNormalSeries(e) {
494 return buildSeries(e).filter((s) => normalSeries.some((ns) => ns.name === s.name));
495 }
496 function buildOutlierSeries(e) {
497 return buildSeries(e).filter((s) => outlierSeries.some((os) => os.name === s.name));
498 }

Callers

nothing calls this directly

Calls 1

buildSeriesFunction · 0.85

Tested by

no test coverage detected