Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
export
function
getPendingAsyncHooks(): PendingAsyncHook[] {
86
return
Array.from(pendingHooks.values()).filter(
87
hook => !hook.responseAttachmentSent,
88
)
89
}
90
91
async
function
finalizeHook(
92
hook: PendingAsyncHook,
Callers
nothing calls this directly
Calls
1
values
Method · 0.80
Tested by
no test coverage detected