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

Function parseString

static/vuejs/vue.js:5667–5675  ·  view source on GitHub ↗
(chr)

Source from the content-addressed store, hash-verified

5665}
5666
5667function parseString (chr) {
5668 var stringQuote = chr;
5669 while (!eof()) {
5670 chr = next();
5671 if (chr === stringQuote) {
5672 break
5673 }
5674 }
5675}
5676
5677/* */
5678

Callers 2

parseModelFunction · 0.70
parseBracketFunction · 0.70

Calls 2

eofFunction · 0.70
nextFunction · 0.70

Tested by

no test coverage detected