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

Method setText

frontend/src/ts/utils/dom.ts:432–435  ·  view source on GitHub ↗

* Set textContent of the element

(content: string)

Source from the content-addressed store, hash-verified

430 * Set textContent of the element
431 */
432 setText(content: string): this {
433 this.native.textContent = content;
434 return this;
435 }
436
437 /**
438 * Remove the element from the DOM

Callers 15

ui.tsFile · 0.80
loadTestSettingsFromUrlFunction · 0.80
setupFunction · 0.80
handleResetProgressFunction · 0.80
CustomTextModalFunction · 0.80
submitFunction · 0.80
updateFunction · 0.80
fillGroupFunction · 0.80
showFunction · 0.80
showFunction · 0.80
updateAccountSectionsFunction · 0.80
showFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected