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

Function isInXmlBlock

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

Source from the content-addressed store, hash-verified

400
401 // functions to test the current context of the state
402 function isInXmlBlock(state) { return isIn(state, "tag"); }
403 function isInXmlAttributeBlock(state) { return isIn(state, "attribute"); }
404 function isInXmlConstructor(state) { return isIn(state, "xmlconstructor"); }
405 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