Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mlco2/codecarbon
/ deleteProject
Function
deleteProject
webapp/src/api/projects.ts:50–54 ·
view source on GitHub ↗
(projectId: string)
Source
from the content-addressed store, hash-verified
48
}
49
50
export
async
function
deleteProject(projectId: string): Promise<void> {
51
await
fetchApiVoid(`/projects/${projectId}`, {
52
method:
"DELETE"
,
53
});
54
}
Callers
1
handleDeleteConfirm
Function · 0.90
Calls
1
fetchApiVoid
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…