MCPcopy Create free account
hub / github.com/marijnh/Eloquent-JavaScript / tbody_close

Function tbody_close

src/render_latex.mjs:138–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 table_close() { return `\n\\end{tabular}` },
137 tbody_open() { return "" },
138 tbody_close() { return "" },
139 tr_open() { return "" },
140 tr_close() { return "\n\\tabularnewline" },
141 td_open() { return "\n" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected