MCPcopy
hub / github.com/wellsjo/JSON-Splora / setValue

Method setValue

app/js/Editor.js:165–169  ·  view source on GitHub ↗

* Set the editor value dynamically * * @param {String} value The value to set

(value)

Source from the content-addressed store, hash-verified

163 */
164
165 setValue(value) {
166 this.editor.setValue(value)
167 this.validate()
168 this.format()
169 }
170
171 /**
172 * Set the editor value dynamically

Callers 5

newTabMethod · 0.80
handleEventsMethod · 0.80
formatMethod · 0.80
minifyMethod · 0.80
showMethod · 0.80

Calls 2

validateMethod · 0.95
formatMethod · 0.95

Tested by

no test coverage detected