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

Function listFeatures

ui/src/lib/api.ts:135–137  ·  view source on GitHub ↗
(projectName: string)

Source from the content-addressed store, hash-verified

133// ============================================================================
134
135export async function listFeatures(projectName: string): Promise<FeatureListResponse> {
136 return fetchJSON(`/projects/${encodeURIComponent(projectName)}/features`)
137}
138
139export async function createFeature(projectName: string, feature: FeatureCreate): Promise<Feature> {
140 return fetchJSON(`/projects/${encodeURIComponent(projectName)}/features`, {

Callers

nothing calls this directly

Calls 1

fetchJSONFunction · 0.85

Tested by

no test coverage detected