MCPcopy Index your code
hub / github.com/AutoForgeAI/autoforge / getProject

Function getProject

ui/src/lib/api.ts:80–82  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

78}
79
80export async function getProject(name: string): Promise<ProjectDetail> {
81 return fetchJSON(`/projects/${encodeURIComponent(name)}`)
82}
83
84export async function deleteProject(name: string): Promise<void> {
85 await fetchJSON(`/projects/${encodeURIComponent(name)}`, {

Callers

nothing calls this directly

Calls 1

fetchJSONFunction · 0.85

Tested by

no test coverage detected