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

Function getAllCutscenes

ozaria/site/api/cutscene.js:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 * @returns {Promise<Object[]>}
20 */
21export const getAllCutscenes = () => fetchJson('/db/cutscene?project=slug,name&limit=1000')
22
23/**
24 * Updates a cutscene in the database.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected