MCPcopy Index your code
hub / github.com/angular/angular / isParentNode

Function isParentNode

packages/upgrade/src/common/src/util.ts:106–108  ·  view source on GitHub ↗
(node: Node | ParentNode)

Source from the content-addressed store, hash-verified

104}
105
106function isParentNode(node: Node | ParentNode): node is ParentNode {
107 return isFunction((node as unknown as ParentNode).querySelectorAll);
108}
109
110export function validateInjectionKey(
111 $injector: IInjectorService,

Callers 1

cleanDataFunction · 0.85

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…