MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / getInput

Function getInput

src/handlers/quickTools.js:843–845  ·  view source on GitHub ↗

* Gets text input * @returns {HTMLElement}

()

Source from the content-addressed store, hash-verified

841 * @returns {HTMLElement}
842 */
843function getInput() {
844 return input || editorManager.editor.contentDOM;
845}
846
847function setQuicktoolsUsed() {
848 clearTimeout(quickToolUsedTimeout);

Callers 2

quickTools.jsFile · 0.85
actionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected