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

Method buildSearchURL

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

Source from the content-addressed store, hash-verified

818 // need a better way to specify this, or keep the search models from bleeding into those
819 // supermodels.
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected