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

Function getCliAuthCodeTokenIdentifier

web/src/app/onboard/_helpers.ts:30–32  ·  view source on GitHub ↗
(authCodeToken: string)

Source from the content-addressed store, hash-verified

28}
29
30export function getCliAuthCodeTokenIdentifier(authCodeToken: string): string {
31 return `${CLI_AUTH_CODE_TOKEN_IDENTIFIER_PREFIX}${authCodeToken}`
32}
33
34export function getConsumedCliAuthCodeTokenIdentifier(
35 authCodeToken: string,

Callers 3

consumeCliAuthCodeTokenFunction · 0.90
helpers.test.tsFile · 0.90
POSTFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected