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