Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ claim
Function
claim
src/hooks/toolPermission/PermissionContext.ts:88–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
return
claimed
87
},
88
claim() {
89
if
(claimed)
return
false
90
claimed = true
91
return
true
92
},
93
}
94
}
95
Callers
8
onAllow
Function · 0.85
onReject
Function · 0.85
handleSwarmWorkerPermission
Function · 0.85
onAbort
Function · 0.85
onAllow
Function · 0.85
onReject
Function · 0.85
recheckPermission
Function · 0.85
handleInteractivePermission
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected