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

Function loginCode

cli/src/utils/codebuff-api.ts:503–510  ·  view source on GitHub ↗
(req: LoginCodeRequest)

Source from the content-addressed store, hash-verified

501 },
502
503 loginCode(req: LoginCodeRequest): Promise<ApiResponse<LoginCodeResponse>> {
504 return request<LoginCodeResponse>(
505 'POST',
506 '/api/auth/cli/code',
507 { fingerprintId: req.fingerprintId },
508 { includeAuth: false },
509 )
510 },
511
512 loginStatus(
513 req: LoginStatusRequest,

Callers

nothing calls this directly

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected