MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / isInString

Function isInString

static/js/codemirror/mode/xquery/xquery.js:405–405  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

403 function isInXmlAttributeBlock(state) { return isIn(state, "attribute"); }
404 function isInXmlConstructor(state) { return isIn(state, "xmlconstructor"); }
405 function isInString(state) { return isIn(state, "string"); }
406
407 function isEQNameAhead(stream) {
408 // assume we've already eaten a quote (")

Callers 1

tokenStringFunction · 0.85

Calls 1

isInFunction · 0.85

Tested by

no test coverage detected