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

Function POST

web/src/app/api/v1/token-count/route.ts:10–19  ·  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 postTokenCount({
12 req,
13 getUserInfoFromApiKey,
14 logger,
15 loggerWithContext,
16 trackEvent,
17 fetch,
18 })
19}

Callers

nothing calls this directly

Calls 1

postTokenCountFunction · 0.90

Tested by

no test coverage detected