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

Function table_open

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

Source from the content-addressed store, hash-verified

123 list_item_close() { return "</li>" },
124
125 table_open() { return "\n\n<table>" },
126 table_close() { return "\n\n</table>" },
127 tbody_open() { return "" },
128 tbody_close() { return "" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected