MCPcopy Create free account
hub / github.com/codecombat/codecombat / canEdit

Method canEdit

app/core/treema-ext.js:822–822  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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
825LatestVersionReferenceNode.prototype.search = _.debounce(LatestVersionReferenceNode.prototype.search, 200)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected