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

Function getConsumedCliAuthCodeTokenValue

web/src/app/onboard/_helpers.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42export function getConsumedCliAuthCodeTokenValue(): string {
43 return CONSUMED_CLI_AUTH_CODE_TOKEN_VALUE
44}
45
46export type CliAuthCodeTokenConsumeResult =
47 | { status: 'resolved'; authCode: string }

Callers 2

consumeCliAuthCodeTokenFunction · 0.90
helpers.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected