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

Function advance

static/vuejs/vue.common.js:7505–7508  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

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

Callers 2

parseHTMLFunction · 0.70
parseStartTagFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected