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

Function getAIJuniorProjects

app/core/api/ai-junior-projects.js:15–15  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

13 }))
14
15export const getAIJuniorProjects = (options = {}) => fetchJson('/db/ai_junior_project', options)
16
17export const getAIJuniorProject = ({ projectHandle }, options = {}) => fetchJson(`/db/ai_junior_project/${projectHandle}`, options)
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected