MCPcopy Index your code
hub / github.com/TruthHun/BookStack / buildHTML_checkPartialGroup

Function buildHTML_checkPartialGroup

static/katex/katex.js:6447–6453  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

6445
6446
6447var buildHTML_checkPartialGroup = function checkPartialGroup(node) {
6448 if (node instanceof tree_DocumentFragment || node instanceof domTree_Anchor) {
6449 return node;
6450 }
6451
6452 return null;
6453}; // Return the outermost node of a domTree.
6454
6455
6456var getOutermostNode = function getOutermostNode(node, side) {

Callers 2

traverseNonSpaceNodesFunction · 0.85
getOutermostNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected