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

Method fetchCreatorOfPrepaid

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

Source from the content-addressed store, hash-verified

958 }
959
960 fetchCreatorOfPrepaid (prepaid) {
961 return this.fetch({ url: `/db/prepaid/${prepaid.id}/creator` })
962 }
963
964 fetchNameForClassmate (options = {}) {
965 options.method = 'GET'

Callers 4

users.jsFile · 0.80
constructorMethod · 0.80
onPrepaidsSyncMethod · 0.80
constructorMethod · 0.80

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected