MCPcopy
hub / github.com/vercel/next.js / end_parse_mappings

Function end_parse_mappings

packages/next/src/compiled/source-map08/source-map.js:2891–2891  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2889
2890 start_parse_mappings() { console.time("parse_mappings"); },
2891 end_parse_mappings() { console.timeEnd("parse_mappings"); },
2892
2893 start_sort_by_generated_location() { console.time("sort_by_generated_location"); },
2894 end_sort_by_generated_location() { console.timeEnd("sort_by_generated_location"); },

Callers

nothing calls this directly

Calls 1

timeEndMethod · 0.80

Tested by

no test coverage detected