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

Function checkPartialGroup

static/katex/katex.mjs:6401–6407  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

6399
6400
6401const checkPartialGroup = function checkPartialGroup(node) {
6402 if (node instanceof DocumentFragment || node instanceof Anchor) {
6403 return node;
6404 }
6405
6406 return null;
6407}; // Return the outermost node of a domTree.
6408
6409
6410const getOutermostNode = function getOutermostNode(node, side) {

Callers 2

traverseNonSpaceNodesFunction · 0.85
getOutermostNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected