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

Function assertParsed

static/katex/katex.mjs:8725–8729  ·  view source on GitHub ↗
(group)

Source from the content-addressed store, hash-verified

8723});
8724
8725function assertParsed(group) {
8726 if (!group.body) {
8727 throw new Error("Bug: The leftright ParseNode wasn't fully parsed.");
8728 }
8729}
8730
8731defineFunction({
8732 type: "leftright-right",

Callers 1

katex.mjsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected