MCPcopy Create free account
hub / github.com/TruthHun/BookStack / advance

Function advance

static/vuejs/vue.esm.js:7503–7506  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

7501 parseEndTag();
7502
7503 function advance (n) {
7504 index += n;
7505 html = html.substring(n);
7506 }
7507
7508 function parseStartTag () {
7509 var start = html.match(startTagOpen);

Callers 2

parseHTMLFunction · 0.70
parseStartTagFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected