Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
buildHtmlAst
Function · 0.85
startTagInBody
Function · 0.85
Calls
1
push
Method · 0.45
Tested by
no test coverage detected