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

Function table_close

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

Source from the content-addressed store, hash-verified

124
125 table_open() { return "\n\n<table>" },
126 table_close() { return "\n\n</table>" },
127 tbody_open() { return "" },
128 tbody_close() { return "" },
129 tr_open() { return "\n\n<tr>" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected