Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
openNewClassroomModal
Method · 0.95
shouldShowGoogleClassroomButton
Method · 0.80
Calls
2
__guard__
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected