MCPcopy Create free account
hub / github.com/hydro-dev/Hydro / getText

Method getText

packages/ui-default/components/discussion/CommentBox.js:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 getText() {
71 return this.getTextareaHandler().val();
72 }
73
74 insertText(text) {
75 const handler = this.getTextareaHandler();

Callers 1

onSubmitMethod · 0.95

Calls 2

getTextareaHandlerMethod · 0.95
valMethod · 0.80

Tested by

no test coverage detected