Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseModel
Function · 0.85
parseBracket
Function · 0.85
Calls
2
eof
Function · 0.85
next
Function · 0.70
Tested by
no test coverage detected