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

Function fetchCreatorOfPrepaid

app/core/api/users.js:142–147  ·  view source on GitHub ↗
({ prepaidId }, options)

Source from the content-addressed store, hash-verified

140 },
141
142 fetchCreatorOfPrepaid ({ prepaidId }, options) {
143 if (options == null) { options = {} }
144 return fetchJson(`/db/prepaid/${prepaidId}/creator`, _.assign({}, options, {
145 method: 'GET'
146 }))
147 },
148
149 extraProvisions ({ userId }) {
150 return fetchJson(`/db/user/${userId}/extra-provisions`, _.assign({}, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected