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

Function joinByCodes

app/core/api/prepaids.js:72–78  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

70 },
71
72 joinByCodes (options) {
73 if (options == null) { options = {} }
74 return fetchJson('/db/prepaids/-/join-by-codes', _.assign({}, {
75 method: 'POST',
76 json: options
77 }))
78 },
79
80 getOrCreateTestLicense (options) {
81 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected