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

Function isStringStart

static/vuejs/vue.esm.js:5649–5651  ·  view source on GitHub ↗
(chr)

Source from the content-addressed store, hash-verified

5647}
5648
5649function isStringStart (chr) {
5650 return chr === 0x22 || chr === 0x27
5651}
5652
5653function parseBracket (chr) {
5654 var inBracket = 1;

Callers 2

parseModelFunction · 0.70
parseBracketFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected