MCPcopy Create free account
hub / github.com/BingyanStudio/github-analyzer / getPresets

Function getPresets

api/src/services/generateReport.ts:704–711  ·  view source on GitHub ↗
(req: BunRequest)

Source from the content-addressed store, hash-verified

702}
703
704export async function getPresets(req: BunRequest) {
705 return Response.json({
706 presets: Object.entries(presets).map(([key, value]) => ({
707 name: key,
708 description: value.description,
709 })),
710 });
711}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected