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