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

Function creatorOfSession

app/views/courses/ProjectGalleryView.js:95–97  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

93 return session.creator === me.id
94 },
95 creatorOfSession (session) {
96 return _.find(this.users, { _id: session.creator })
97 }
98 }
99})
100

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected