MCPcopy Create free account
hub / github.com/dashnowords/imfe / parseString

Function parseString

chapter17/vue.js:7290–7298  ·  view source on GitHub ↗
(chr)

Source from the content-addressed store, hash-verified

7288 }
7289
7290 function parseString (chr) {
7291 var stringQuote = chr;
7292 while (!eof()) {
7293 chr = next();
7294 if (chr === stringQuote) {
7295 break
7296 }
7297 }
7298 }
7299
7300 /* */
7301

Callers 2

parseModelFunction · 0.85
parseBracketFunction · 0.85

Calls 2

eofFunction · 0.85
nextFunction · 0.70

Tested by

no test coverage detected