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

Function parseString

static/vuejs/vue.esm.js:5671–5679  ·  view source on GitHub ↗
(chr)

Source from the content-addressed store, hash-verified

5669}
5670
5671function parseString (chr) {
5672 var stringQuote = chr;
5673 while (!eof()) {
5674 chr = next();
5675 if (chr === stringQuote) {
5676 break
5677 }
5678 }
5679}
5680
5681/* */
5682

Callers 2

parseModelFunction · 0.70
parseBracketFunction · 0.70

Calls 2

eofFunction · 0.70
nextFunction · 0.70

Tested by

no test coverage detected