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

Function parseString

static/vuejs/vue.common.js:5673–5681  ·  view source on GitHub ↗
(chr)

Source from the content-addressed store, hash-verified

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

Callers 2

parseModelFunction · 0.70
parseBracketFunction · 0.70

Calls 2

eofFunction · 0.70
nextFunction · 0.70

Tested by

no test coverage detected