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

Method removeDeletedUsers

app/collections/Users.js:46–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 removeDeletedUsers () {
47 this.remove(this.filter(user => user.get('deleted'))
48 )
49 return true
50 }
51
52 search (term) {
53 if (!term) { return this.slice() }

Callers

nothing calls this directly

Calls 2

filterMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected