MCPcopy Index your code
hub / github.com/codecombat/codecombat / clear

Function clear

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

Source from the content-addressed store, hash-verified

179 useChina () { return api.admin.setFeatureMode('china').then(() => document.location.reload()) },
180 useBrainPop () { return api.admin.setFeatureMode('brain-pop').then(() => document.location.reload()) },
181 clear () { return api.admin.clearFeatureMode().then(() => document.location.reload()) }
182 },
183
184 isProduction () {

Callers

nothing calls this directly

Calls 1

reloadMethod · 0.80

Tested by

no test coverage detected