MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / isInXmlAttributeBlock

Function isInXmlAttributeBlock

mini-code-edit/cm/mode/xquery/xquery.js:400–400  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

398 // functions to test the current context of the state
399 function isInXmlBlock(state) { return isIn(state, "tag"); }
400 function isInXmlAttributeBlock(state) { return isIn(state, "attribute"); }
401 function isInCodeBlock(state) { return isIn(state, "codeblock"); }
402 function isInXmlConstructor(state) { return isIn(state, "xmlconstructor"); }
403 function isInString(state) { return isIn(state, "string"); }

Callers 2

tokenStringFunction · 0.85
tokenAttributeFunction · 0.85

Calls 1

isInFunction · 0.85

Tested by

no test coverage detected