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

Method isCreatedByClient

app/models/User.js:305–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303 isTestStudent () { return this.isStudent() && (this.get('related') || []).some(({ relation }) => relation === 'TestStudent') }
304
305 isCreatedByClient () { return (this.get('clientCreator') != null) }
306
307 isTeacher (includePossibleTeachers = false) { return User.isTeacher(this.attributes, includePossibleTeachers) }
308

Callers 1

isPaidTeacherMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected