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

Function isDelegatedFactoryMetadata

packages/compiler/src/render3/r3_factory.ts:321–325  ·  view source on GitHub ↗
(
  meta: R3FactoryMetadata,
)

Source from the content-addressed store, hash-verified

319}
320
321export function isDelegatedFactoryMetadata(
322 meta: R3FactoryMetadata,
323): meta is R3DelegatedFnOrClassMetadata {
324 return (meta as any).delegateType !== undefined;
325}
326
327export function isExpressionFactoryMetadata(
328 meta: R3FactoryMetadata,

Callers 1

compileFactoryFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…