MCPcopy Create free account
hub / github.com/Noumena-Network/code / isInternalHook

Function isInternalHook

src/utils/hooks.ts:1444–1446  ·  view source on GitHub ↗
(matched: MatchedHook)

Source from the content-addressed store, hash-verified

1442}
1443
1444function isInternalHook(matched: MatchedHook): boolean {
1445 return matched.hook.type === 'callback' && matched.hook.internal === true
1446}
1447
1448/**
1449 * Build a dedup key for a matched hook, namespaced by source context.

Callers 2

executeHooksFunction · 0.85
executeHooksOutsideREPLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected