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

Function isSchoolAdmin

static-mock.js:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 isHomeUser () { return true },
22 isAdmin () { return false },
23 isSchoolAdmin () { return false },
24 isAPIClient () { return false },
25 isInGodMode () { return false },
26 level () { return 1 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected