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

Method loginStatus

cli/src/utils/codebuff-api.ts:189–189  ·  view source on GitHub ↗

Check login status from /api/auth/cli/status

(
    req: LoginStatusRequest,
  )

Source from the content-addressed store, hash-verified

187
188 /** Check login status from /api/auth/cli/status */
189 loginStatus(
190 req: LoginStatusRequest,
191 ): Promise<ApiResponse<LoginStatusResponse>>
192

Callers 1

pollLoginStatusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected