({ projectHandle }, options = {})
| 15 | export const getAIJuniorProjects = (options = {}) => fetchJson('/db/ai_junior_project', options) |
| 16 | |
| 17 | export const getAIJuniorProject = ({ projectHandle }, options = {}) => fetchJson(`/db/ai_junior_project/${projectHandle}`, options) |
| 18 | |
| 19 | export const getAIJuniorProjectsForScenarioAndUser = ({ scenarioHandle, userId }, options = {}) => fetchJson(`/db/ai_junior_project?scenarioHandle=${scenarioHandle}&userId=${userId}&sort=-1`, options) |
nothing calls this directly
no outgoing calls
no test coverage detected