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

Function isContentQuery

packages/core/src/render3/jit/directive.ts:484–487  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

482}
483
484function isContentQuery(value: any): value is Query {
485 const name = value.ngMetadataName;
486 return name === 'ContentChild' || name === 'ContentChildren';
487}
488
489function isViewQuery(value: any): value is Query {
490 const name = value.ngMetadataName;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…