MCPcopy
hub / github.com/webpack/webpack / closeCell

Function closeCell

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

Source from the content-addressed store, hash-verified

6754 return modes.inBody(t);
6755 };
6756 const closeCell = () => {
6757 generateImpliedEndTags();
6758 popUntilOneOf(TD_TH);
6759 clearAfeToMarker();
6760 mode = MODE_IN_ROW;
6761 };
6762
6763 modes.inTemplate = (t) => {
6764 if (

Callers 1

buildHtmlAstFunction · 0.85

Calls 3

generateImpliedEndTagsFunction · 0.85
popUntilOneOfFunction · 0.85
clearAfeToMarkerFunction · 0.85

Tested by

no test coverage detected