Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ isLicensor
Method
isLicensor
app/models/User.js:126–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
}
125
126
isLicensor () {
127
const
needle = this.constructor.PERMISSIONS.LICENSOR
128
return
this.get(
'permissions'
, true).includes(needle)
129
}
130
131
isArtisan () {
132
const
needle = this.constructor.PERMISSIONS.ARTISAN
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected