MCPcopy Create free account
hub / github.com/codecombat/codecombat / inTopSessions

Method inTopSessions

app/views/ladder/LadderTabView.js:572–575  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

570 }
571
572 inTopSessions () {
573 let needle
574 return (needle = me.id, Array.from((Array.from(this.topPlayers.models).map((session) => session.attributes.creator))).includes(needle))
575 }
576
577 nearbySessions () {
578 let score, session

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected