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

Function isInString

static/editor.md/lib/codemirror/mode/xquery/xquery.js:396–396  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

394 function isInXmlAttributeBlock(state) { return isIn(state, "attribute"); }
395 function isInXmlConstructor(state) { return isIn(state, "xmlconstructor"); }
396 function isInString(state) { return isIn(state, "string"); }
397
398 function isEQNameAhead(stream) {
399 // assume we've already eaten a quote (")

Callers 1

tokenStringFunction · 0.85

Calls 1

isInFunction · 0.85

Tested by

no test coverage detected