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

Function groupLength

static/katex/katex.mjs:7167–7173  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

7165};
7166
7167const groupLength = function groupLength(arg) {
7168 if (arg.type === "ordgroup") {
7169 return arg.body.length;
7170 } else {
7171 return 1;
7172 }
7173};
7174
7175const svgSpan = function svgSpan(group, options) {
7176 // 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