MCPcopy Create free account
hub / github.com/diffgram/diffgram / getProject

Function getProject

frontend/src/services/projectServices.js:8–17  ·  view source on GitHub ↗
(project_string_id)

Source from the content-addressed store, hash-verified

6}
7
8export const getProject = async (project_string_id) => {
9 try{
10 const response = await axios.get(`/api/project/${project_string_id}/view`)
11 return [response.data, null]
12 }
13 catch (e){
14 return [null, e]
15 }
16
17}

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected