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

Function getAllInteractives

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

Source from the content-addressed store, hash-verified

24 * @returns {Promise<InteractiveList[]>} - List of interactives
25 */
26export const getAllInteractives = () => fetchJson('/db/interactives?limit=1000')
27
28/**
29 * Updates an interactive in the database.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected