MCPcopy Create free account
hub / github.com/KaTeX/KaTeX / beginRow

Function beginRow

src/environments/array.ts:150–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 // whether this row should have an equation number. Simulate this with
149 // a \@eqnsw macro set to 1 or 0.
150 function beginRow() {
151 if (autoTag) {
152 parser.gullet.macros.set("\\@eqnsw", "1", true);
153 }
154 }
155 function endRow() {
156 if (tags) {
157 if (parser.gullet.macros.get("\\df@tag")) {

Callers 1

parseArrayFunction · 0.85

Calls 1

setMethod · 0.80

Tested by

no test coverage detected