MCPcopy
hub / github.com/KaTeX/KaTeX / endRow

Function endRow

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

Source from the content-addressed store, hash-verified

153 }
154 }
155 function endRow() {
156 if (tags) {
157 if (parser.gullet.macros.get("\\df@tag")) {
158 tags.push(parser.subparse([new Token("\\df@tag")]));
159 parser.gullet.macros.set("\\df@tag", undefined, true);
160 } else {
161 tags.push(Boolean(autoTag) &&
162 parser.gullet.macros.get("\\@eqnsw") === "1");
163 }
164 }
165 }
166 beginRow();
167
168 // Test for \hline at the top of the array.

Callers 1

parseArrayFunction · 0.85

Calls 3

getMethod · 0.80
subparseMethod · 0.80
setMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…