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

Function createCutscene

ozaria/site/api/cutscene.js:47–51  ·  view source on GitHub ↗
({ name }, options = {})

Source from the content-addressed store, hash-verified

45 * @returns {Promise<Object>} raw Cutscene object
46 */
47export const createCutscene = ({ name }, options = {}) =>
48 fetchJson('/db/cutscene', _.assign({}, options, {
49 method: 'POST',
50 json: { name }
51 }))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected