MCPcopy Index your code
hub / github.com/webpack/webpack-bundle-analyzer / getTitleFromReport

Function getTitleFromReport

test/analyzer.js:19–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19async function getTitleFromReport() {
20 const page = await browser.newPage();
21 await page.goto(
22 url.pathToFileURL(path.resolve(__dirname, "./output/report.html")),
23 );
24 return await page.title();
25}
26
27function forEachChartItem(chartData, cb) {
28 for (const item of chartData) {

Callers 1

analyzer.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…