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

Function getHocCampaign

app/core/application.js:195–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 },
194
195 getHocCampaign () {
196 const storage = require('core/storage')
197 return storage.load('hoc-campaign')
198 },
199
200 remindPlayerToTakeBreaks () {
201 if (!me.showChinaRemindToast()) { return }

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected