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

Function isInXmlBlock

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

Source from the content-addressed store, hash-verified

391
392 // functions to test the current context of the state
393 function isInXmlBlock(state) { return isIn(state, "tag"); }
394 function isInXmlAttributeBlock(state) { return isIn(state, "attribute"); }
395 function isInXmlConstructor(state) { return isIn(state, "xmlconstructor"); }
396 function isInString(state) { return isIn(state, "string"); }

Callers 2

tokenBaseFunction · 0.85
tokenAttributeFunction · 0.85

Calls 1

isInFunction · 0.85

Tested by

no test coverage detected