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

Method sameSearch

app/views/common/SearchView.js:122–125  ·  view source on GitHub ↗
(term)

Source from the content-addressed store, hash-verified

120 }
121
122 sameSearch (term) {
123 if (!this.collection) { return false }
124 return term === this.collection.term
125 }
126
127 onSearchChange () {
128 this.hideLoading()

Callers 1

runSearchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected