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

Function getCliAuthOnboardPath

freebuff/web/src/lib/cli-auth-code-shape.ts:73–81  ·  view source on GitHub ↗
(
  searchParams: URLSearchParams,
  authCode: string,
)

Source from the content-addressed store, hash-verified

71}
72
73export function getCliAuthOnboardPath(
74 searchParams: URLSearchParams,
75 authCode: string,
76): string {
77 return `/onboard?${getCliAuthOnboardSearchParams(
78 searchParams,
79 authCode,
80 ).toString()}`
81}

Callers 3

handleSignInFunction · 0.90
handleContinueAsUserFunction · 0.90
handleUseAnotherAccountFunction · 0.90

Calls 1

Tested by

no test coverage detected