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

Function getInputElement

frontend/src/ts/input/input-element.ts:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7export function getInputElement(): HTMLTextAreaElement {
8 return el;
9}
10
11export function setInputElementValue(value: string): void {
12 el.value = ` ${value}`;

Callers 8

DevOptionsModalFunction · 0.90
updateWordsInputPositionFunction · 0.90
onTestRestartFunction · 0.90
input.tsFile · 0.90
misc.tsFile · 0.90
key.tsFile · 0.90
composition.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected