MCPcopy Create free account
hub / github.com/json-editor/json-editor / getEditor

Method getEditor

src/core.js:320–323  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

318 }
319
320 getEditor (path) {
321 if (!this.editors) return
322 return this.editors[path]
323 }
324
325 watch (path, callback) {
326 this.watchlist = this.watchlist || {}

Callers 6

checkDependencyMethod · 0.80
requiredMethod · 0.80
buildMethod · 0.80
editor.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected