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

Function advance

static/vuejs/vue.js:7499–7502  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

7497 parseEndTag();
7498
7499 function advance (n) {
7500 index += n;
7501 html = html.substring(n);
7502 }
7503
7504 function parseStartTag () {
7505 var start = html.match(startTagOpen);

Callers 2

parseHTMLFunction · 0.70
parseStartTagFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected