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

Function meta_hint_open

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

Source from the content-addressed store, hash-verified

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>" }
184}
185

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected