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

Method gplusFriendsLoaded

app/views/ladder/LadderTabView.js:196–200  ·  view source on GitHub ↗
(friends)

Source from the content-addressed store, hash-verified

194 }
195
196 gplusFriendsLoaded (friends) {
197 this.gplusData = friends.items
198 this.loadGPlusFriendSessions()
199 return this.gpFriendRes.markLoaded()
200 }
201
202 loadGPlusFriendSessions () {
203 const levelFrag = `${this.level.get('original')}.${this.level.get('version').major}`

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected