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

Method isGoogleClassroom

app/models/Classroom.js:449–449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

447 }
448
449 isGoogleClassroom () { return __guard__(this.get('googleClassroomId'), x => x.length) > 0 }
450
451 hasReadPermission (options) {
452 if (options == null) { options = { showNoty: false } }

Callers 2

openNewClassroomModalMethod · 0.95

Calls 2

__guard__Function · 0.70
getMethod · 0.45

Tested by

no test coverage detected