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

Function clearFeatureMode

app/core/api/admin.js:12–14  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

10
11module.exports = {
12 clearFeatureMode (options) {
13 return fetchJson('/admin/feature-mode', _.assign({}, options, { method: 'DELETE' }))
14 },
15
16 setFeatureMode (featureMode, options) {
17 return fetchJson(`/admin/feature-mode/${featureMode}`, _.assign({}, options, { method: 'PUT' }))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected