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

Function getProjectBranches

updateLangs.mjs:34–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34async function getProjectBranches() {
35 const res = await axios.get(`${baseUrl}/projects/${projectId}/branches`, { headers });
36 return res.data.data;
37}
38
39async function chooseBranch() {
40 const branches = await getProjectBranches();

Callers 1

chooseBranchFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected