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

Function link_close

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

Source from the content-addressed store, hash-verified

161 return `<a href="${escape(href)}"${alt ? ` alt="${escape(alt)}"` : ""}>`
162 },
163 link_close() { linkedChapter = null; return "</a>" },
164
165 inline(token) { return renderArray(token.children) },
166

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected