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

Function matchesFilter

app/views/admin/SkippedContactsView.js:169–171  ·  view source on GitHub ↗
(contact)

Source from the content-addressed store, hash-verified

167 (this.showZenProspectContacts && contact.zpContact))
168 },
169 matchesFilter (contact) {
170 return _.contains(contact.email, this.searchInput)
171 }
172 },
173 components: {
174 'skipped-contact-info': SkippedContactInfo,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected