()
| 820 | buildSearchURL (term) { return `${this.url}?term=${term}&archived=false&project=name,system,original,version,dependencies,configSchema,description` } |
| 821 | modelToString (model) { return model.get('system') + '.' + model.get('name') } |
| 822 | canEdit () { return !this.getData().original } // only allow editing if the row's data hasn't been set yet |
| 823 | } |
| 824 | |
| 825 | LatestVersionReferenceNode.prototype.search = _.debounce(LatestVersionReferenceNode.prototype.search, 200) |
nothing calls this directly
no outgoing calls
no test coverage detected