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

Function meta_keyname_close

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

Source from the content-addressed store, hash-verified

178 },
179 meta_keyname_open() { return "<span class=\"keyname\">" },
180 meta_keyname_close() { return "</span>" },
181
182 meta_hint_open() { return "\n\n<details class=\"solution\"><summary>Display hints...</summary><div class=\"solution-text\">" },
183 meta_hint_close() { return "\n\n</div></details>" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected