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

Function tr_close

src/render_html.mjs:130–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 tbody_close() { return "" },
129 tr_open() { return "\n\n<tr>" },
130 tr_close() { return "\n\n</tr>" },
131 td_open() { return "<td>" },
132 td_close() { return "</td>" },
133

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected