Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ ownsItem
Method
ownsItem
app/models/User.js:489–492 ·
view source on GitHub ↗
(itemOriginal)
Source
from the content-addressed store, hash-verified
487
}
488
489
ownsItem (itemOriginal) {
490
const
needle = itemOriginal
491
return
this.items().includes(needle)
492
}
493
494
ownsLevel (levelOriginal) {
495
const
needle = levelOriginal
Callers
5
sortItem
Method · 0.80
calculateRequiredGearPerSlot
Method · 0.80
updateLevelRequiredItems
Method · 0.80
onItemsFetched
Method · 0.80
setItem
Method · 0.80
Calls
1
items
Method · 0.95
Tested by
no test coverage detected