Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
setValue
Method · 0.95
getValue
Method · 0.95
refreshValue
Method · 0.95
getValue
Method · 0.80
getValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected