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

Function groupLength

static/katex/katex.js:7261–7267  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

7259};
7260
7261var groupLength = function groupLength(arg) {
7262 if (arg.type === "ordgroup") {
7263 return arg.body.length;
7264 } else {
7265 return 1;
7266 }
7267};
7268
7269var stretchy_svgSpan = function svgSpan(group, options) {
7270 // Create a span with inline SVG for the element.

Callers 1

buildSvgSpan_Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected