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

Function fetchJoiners

app/core/api/prepaids.js:38–41  ·  view source on GitHub ↗
({ prepaidID }, options)

Source from the content-addressed store, hash-verified

36 },
37
38 fetchJoiners ({ prepaidID }, options) {
39 if (options == null) { options = {} }
40 return fetchJson(this.url(prepaidID, 'joiners'))
41 },
42
43 getOwn (options) {
44 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected