MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getPendingAsyncHooks

Function getPendingAsyncHooks

src/utils/hooks/AsyncHookRegistry.ts:85–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85export function getPendingAsyncHooks(): PendingAsyncHook[] {
86 return Array.from(pendingHooks.values()).filter(
87 hook => !hook.responseAttachmentSent,
88 )
89}
90
91async function finalizeHook(
92 hook: PendingAsyncHook,

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected