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

Function processAIJuniorProject

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

Source from the content-addressed store, hash-verified

7 }))
8
9export const processAIJuniorProject = ({ projectHandle, ...opts }, options = {}) =>
10 fetchJson(`/db/ai_junior_project/${projectHandle}/process`, _.assign({}, options, {
11 method: 'POST',
12 json: { ...opts }
13 }))
14
15export const getAIJuniorProjects = (options = {}) => fetchJson('/db/ai_junior_project', options)
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected