MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getPendingPermissionRequests

Method getPendingPermissionRequests

src/cli/structuredIO.ts:263–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

261 }
262
263 getPendingPermissionRequests() {
264 return Array.from(this.pendingRequests.values())
265 .map(entry => entry.request)
266 .filter(pr => pr.request.subtype === 'can_use_tool')
267 }
268
269 setUnexpectedResponseCallback(
270 callback: (response: SDKControlResponse) => Promise<void>,

Callers 2

createCanUseToolMethod · 0.95
handleInitializeRequestFunction · 0.80

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected