Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ isTestStudent
Method
isTestStudent
app/models/User.js:303–303 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
301
}
302
303
isTestStudent () {
return
this.isStudent() && (this.get(
'related'
) || []).some(({ relation }) => relation ===
'TestStudent'
) }
304
305
isCreatedByClient () {
return
(this.get(
'clientCreator'
) != null) }
306
Callers
nothing calls this directly
Calls
2
isStudent
Method · 0.95
get
Method · 0.95
Tested by
no test coverage detected