MCPcopy
hub / github.com/webpack/webpack / insertMarker

Function insertMarker

lib/html/syntax.js:5016–5016  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5014 return true;
5015 };
5016 const insertMarker = () => afe.push({ marker: true });
5017 const clearAfeToMarker = () => {
5018 while (afe.length) {
5019 const e = /** @type {{ marker?: boolean }} */ (afe.pop());

Callers 2

buildHtmlAstFunction · 0.85
startTagInBodyFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected