Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/ sup_close
Function
sup_close
src/render_html.mjs:148–148 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
147
sup_open() {
return
"<sup>"
},
148
sup_close() {
return
"</sup>"
},
149
150
link_open(token) {
151
let
alt = token.attrGet(
"alt"
), href= token.attrGet(
"href"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected