Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ handleDisconnect
Function
handleDisconnect
cli/src/components/chatgpt-connect-banner.tsx:68–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
const handleDisconnect = () => {
69
disconnectChatGptOAuth()
70
setFlowState(
'not-connected'
)
71
}
72
73
const panelStyle = {
74
width:
'100%'
as const,
Callers
nothing calls this directly
Calls
1
disconnectChatGptOAuth
Function · 0.90
Tested by
no test coverage detected