(options = {})
| 13 | })) |
| 14 | |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected