MCPcopy Index your code
hub / github.com/braziljs/eloquente-javascript / code_inline

Function code_inline

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

Source from the content-addressed store, hash-verified

134 html_block(token) { return token.content },
135
136 code_inline(token) { return `<code>${maybeSplitInlineCode(escape(token.content))}</code>` },
137
138 strong_open() { return "<strong>" },
139 strong_close() { return "</strong>" },

Callers

nothing calls this directly

Calls 2

maybeSplitInlineCodeFunction · 0.85
escapeFunction · 0.70

Tested by

no test coverage detected