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

Function getByCreator

app/core/api/prepaids.js:58–63  ·  view source on GitHub ↗
(creatorId, options)

Source from the content-addressed store, hash-verified

56 },
57
58 getByCreator (creatorId, options) {
59 if (options == null) { options = {} }
60 if (options.data == null) { options.data = {} }
61 options.data.creator = creatorId
62 return fetchJson('/db/prepaid', options)
63 },
64
65 getByClient (clientId, options) {
66 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected