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

Function fetchForCampaign

app/core/api/level-sessions.js:61–63  ·  view source on GitHub ↗
(campaignHandle, options)

Source from the content-addressed store, hash-verified

59 },
60
61 fetchForCampaign (campaignHandle, options) {
62 return fetchJson(`/db/campaign/${campaignHandle}/sessions`, options)
63 },
64
65 fetchCompletedByDate (date, options) {
66 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected