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

Function getOrCreateTestLicense

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

Source from the content-addressed store, hash-verified

78 },
79
80 getOrCreateTestLicense (options) {
81 if (options == null) { options = {} }
82 return fetchJson('/db/prepaids/-/test-student-license', _.assign({}, {
83 method: 'POST',
84 json: options
85 }))
86 },
87
88 detailsByCodes (code, options) {
89 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected