Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ openRevokeDialog
Function
openRevokeDialog
web/src/app/profile/components/api-keys-section.tsx:156–159 ·
view source on GitHub ↗
(tokenId: string)
Source
from the content-addressed store, hash-verified
154
}
155
156
function openRevokeDialog(tokenId: string) {
157
setTokenToRevoke(tokenId)
158
setRevokeDialogOpen(true)
159
}
160
161
function handleConfirmRevoke() {
162
if (tokenToRevoke) {
Callers
1
ApiKeysSection
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected