MCPcopy
hub / github.com/webpack/webpack / cur

Function cur

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

Source from the content-addressed store, hash-verified

4652 let tokenEnd = 0;
4653
4654 const cur = () => /** @type {HtmlElement} */ (open[open.length - 1]);
4655 const adjustedCurrent = () => {
4656 if (open.length === 1 && fragment) return fragment;
4657 return cur();

Callers 11

adjustedCurrentFunction · 0.85
appropriatePlaceFunction · 0.85
generateImpliedEndTagsFunction · 0.85
foreignContentFunction · 0.85
adoptionAgencyFunction · 0.85
buildHtmlAstFunction · 0.85
startTagInBodyFunction · 0.85
clearStackToTableContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected