Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ isMultiplayer
Method
isMultiplayer
app/models/LevelSession.js:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
isMultiplayer () {
68
return
(this.get(
'submittedCodeLanguage'
) != null) && (this.get(
'team'
) != null)
69
}
70
71
completed () {
72
return
__guard__(this.get(
'state'
), x => x.complete) || false
Callers
2
onSyncLevelSessions
Method · 0.80
onMemberSessionsSync
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected