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

Function getByClient

app/core/api/prepaids.js:65–70  ·  view source on GitHub ↗
(clientId, options)

Source from the content-addressed store, hash-verified

63 },
64
65 getByClient (clientId, options) {
66 if (options == null) { options = {} }
67 if (options.data == null) { options.data = {} }
68 options.data.client = clientId
69 return fetchJson('/db/prepaid/client', options)
70 },
71
72 joinByCodes (options) {
73 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected