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

Function disconnectChatGptOAuth

cli/src/utils/chatgpt-oauth.ts:297–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

295}
296
297export function disconnectChatGptOAuth(): void {
298 stopChatGptOAuthServer()
299 clearChatGptOAuthCredentials()
300 resetChatGptOAuthRateLimit()
301}
302
303export function getChatGptOAuthStatus(): {
304 connected: boolean

Callers 1

handleDisconnectFunction · 0.90

Calls 3

stopChatGptOAuthServerFunction · 0.85

Tested by

no test coverage detected