MCPcopy Index your code
hub / github.com/json-editor/json-editor / shouldBeUnset

Method shouldBeUnset

src/editors/string.js:307–309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305 }
306
307 shouldBeUnset () {
308 return !this.jsoneditor.options.use_default_values && !this.is_dirty
309 }
310
311 getValue () {
312 const hasValueSet = !!(this.input && this.input.value)

Callers 5

setValueMethod · 0.95
getValueMethod · 0.95
refreshValueMethod · 0.95
getValueMethod · 0.80
getValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected