MCPcopy 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

onAllowFunction · 0.85
onRejectFunction · 0.85
onAbortFunction · 0.85
onAllowFunction · 0.85
onRejectFunction · 0.85
recheckPermissionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected