MCPcopy Index your code
hub / github.com/codecombat/codecombat / modelToString

Method modelToString

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

Source from the content-addressed store, hash-verified

681 getSelectedResultEl () { return this.getValEl().find('.treema-search-selected') }
682
683 modelToString (model) { return model.get('name') }
684
685 formatDocument (docOrModel) {
686 if (docOrModel instanceof CocoModel) { return this.modelToString(docOrModel) }

Callers 1

formatDocumentMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected