Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ isNapervilleUser
Method
isNapervilleUser
app/models/User.js:171–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
}
170
171
isNapervilleUser () {
172
return
this.get(
'library'
)?.name === NAPERVILLE_UNIQUE_KEY
173
}
174
175
isAnonymous () {
return
this.get(
'anonymous'
, true) }
176
isSmokeTestUser () {
return
User.isSmokeTestUser(this.attributes) }
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected