Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ isStringStart
Function
isStringStart
static/vuejs/vue.common.js:5651–5653 ·
view source on GitHub ↗
(chr)
Source
from the content-addressed store, hash-verified
5649
}
5650
5651
function
isStringStart (chr) {
5652
return
chr === 0x22 || chr === 0x27
5653
}
5654
5655
function
parseBracket (chr) {
5656
var
inBracket = 1;
Callers
2
parseModel
Function · 0.70
parseBracket
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected