Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/ td_close
Function
td_close
src/render_html.mjs:132–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
tr_close() {
return
"\n\n</tr>"
},
131
td_open() {
return
"<td>"
},
132
td_close() {
return
"</td>"
},
133
134
html_block(token) {
return
token.content },
135
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected