MCPcopy
hub / github.com/CodebuffAI/codebuff / GET

Function GET

web/src/app/api/v1/freebuff/session/route.ts:17–19  ·  view source on GitHub ↗
(req: NextRequest)

Source from the content-addressed store, hash-verified

15}
16
17export async function GET(req: NextRequest) {
18 return getFreebuffSession(req, freebuffSessionDeps)
19}
20
21export async function POST(req: NextRequest) {
22 return postFreebuffSession(req, freebuffSessionDeps)

Callers

nothing calls this directly

Calls 1

getFreebuffSessionFunction · 0.90

Tested by

no test coverage detected