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

Function isHomeUser

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

Source from the content-addressed store, hash-verified

19 hasSubscription () { return false },
20 isTeacher () { return false },
21 isHomeUser () { return true },
22 isAdmin () { return false },
23 isSchoolAdmin () { return false },
24 isAPIClient () { return false },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected