Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
export
function
getInputElement(): HTMLTextAreaElement {
8
return
el;
9
}
10
11
export
function
setInputElementValue(value: string): void {
12
el.value = ` ${value}`;
Callers
8
DevOptionsModal
Function · 0.90
keepWordsInputInTheCenter
Function · 0.90
updateWordsInputPosition
Function · 0.90
onTestRestart
Function · 0.90
input.ts
File · 0.90
misc.ts
File · 0.90
key.ts
File · 0.90
composition.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected