MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / getLanguageProgress

Function getLanguageProgress

updateLangs.mjs:29–32  ·  view source on GitHub ↗
(lang)

Source from the content-addressed store, hash-verified

27}
28
29async function getLanguageProgress(lang) {
30 const res = await axios.get(`${baseUrl}/projects/${projectId}/languages/${lang}/progress`, { headers });
31 return res.data.data;
32}
33
34async function getProjectBranches() {
35 const res = await axios.get(`${baseUrl}/projects/${projectId}/branches`, { headers });

Callers 1

updateLangs.mjsFile · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected