MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / POST

Function POST

web/src/app/api/v1/ads/click/route.ts:10–18  ·  view source on GitHub ↗
(req: NextRequest)

Source from the content-addressed store, hash-verified

8import { logger, loggerWithContext } from '@/util/logger'
9
10export async function POST(req: NextRequest) {
11 return postAdClick({
12 req,
13 getUserInfoFromApiKey,
14 logger,
15 loggerWithContext,
16 trackEvent,
17 })
18}

Callers

nothing calls this directly

Calls 1

postAdClickFunction · 0.90

Tested by

no test coverage detected