(matched: MatchedHook)
| 1438 | } |
| 1439 | |
| 1440 | function isInternalHook(matched: MatchedHook): boolean { |
| 1441 | return matched.hook.type === 'callback' && matched.hook.internal === true |
| 1442 | } |
| 1443 | |
| 1444 | /** |
| 1445 | * Build a dedup key for a matched hook, namespaced by source context. |
no outgoing calls
no test coverage detected