MCPcopy Create free account
hub / github.com/Samirla/xmlview / hasUnprocessedChildren

Function hasUnprocessedChildren

src/controller.js:39–41  ·  view source on GitHub ↗

* Check if element contains unprocessed child nodes * @param {Element} elem * @return {Boolean}

(elem)

Source from the content-addressed store, hash-verified

37 * @return {Boolean}
38 */
39 function hasUnprocessedChildren(elem) {
40 return xv_dom.hasClass(elem, 'xv-has-unprocessed');
41 }
42
43 /**
44 * Expand node

Callers 1

expandNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected