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

Function link_close

src/render_latex.mjs:187–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185 return `\\hyperref[${maybeChapter[1] + (maybeChapter[2] ? "." + maybeChapter[2] : "")}]{`
186 },
187 link_close() { linkedChapter = null; return "}" },
188
189 inline(token) { return renderArray(token.children) },
190

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected