MCPcopy Create free account
hub / github.com/angular/angular / isDelegatedFactoryMetadata

Function isDelegatedFactoryMetadata

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

Source from the content-addressed store, hash-verified

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

Callers 1

compileFactoryFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected