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

Function tr_open

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

Source from the content-addressed store, hash-verified

137 tbody_open() { return "" },
138 tbody_close() { return "" },
139 tr_open() { return "" },
140 tr_close() { return "\n\\tabularnewline" },
141 td_open() { return "\n" },
142 td_close(_, i, tokens) { return tokens[i + 1] && tokens[i + 1].type == "td_open" ? " &" : "" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected