Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ removeFromQueue
Function
removeFromQueue
src/hooks/toolPermission/PermissionContext.ts:340–342 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
338
queueOps?.push(item)
339
},
340
removeFromQueue() {
341
queueOps?.remove(toolUseID)
342
},
343
updateQueueItem(patch: Partial<ToolUseConfirm>) {
344
queueOps?.update(toolUseID, patch)
345
},
Callers
1
queryLoop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected