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

Method isForeverPremium

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

Source from the content-addressed store, hash-verified

583 }
584
585 isForeverPremium () {
586 return this.get('stripe')?.free === true
587 }
588
589 sendVerificationCode (code) {
590 return $.ajax({

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected