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

Function fetchOverworld

app/core/api/campaigns.js:24–27  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

22 return fetchJson(`/db/campaign/${campaignHandle}/game-content`, options)
23 },
24 fetchOverworld (options) {
25 if (options == null) { options = {} }
26 return fetchJson('/db/campaign/-/overworld', options)
27 },
28 fetchLevels (campaignHandle, options) {
29 if (options == null) { options = {} }
30 return fetchJson(`/db/campaign/${campaignHandle}/levels`, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected