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

Method modelToString

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

Source from the content-addressed store, hash-verified

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}
824

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected