Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
filter
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected