MCPcopy Index your code
hub / github.com/monkeytypegame/monkeytype / setHtml

Method setHtml

frontend/src/ts/utils/dom.ts:424–427  ·  view source on GitHub ↗

* Set innerHTML of the element

(content: string)

Source from the content-addressed store, hash-verified

422 * Set innerHTML of the element
423 */
424 setHtml(content: string): this {
425 this.native.innerHTML = content;
426 return this;
427 }
428
429 /**
430 * Set textContent of the element

Callers 15

applyFontFamilyFunction · 0.45
renderResultFunction · 0.45
ThemeFunction · 0.45
resetFunction · 0.45
fillGroupFunction · 0.45
updatePreviewFunction · 0.45
setHtmlMethod · 0.45
updateTextFunction · 0.45
showWordsFunction · 0.45
updateWordLettersFunction · 0.45
applyBurstHeatmapFunction · 0.45
updateTagsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected