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

Function isExpressionFactoryMetadata

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

Source from the content-addressed store, hash-verified

325}
326
327export function isExpressionFactoryMetadata(
328 meta: R3FactoryMetadata,
329): meta is R3ExpressionFactoryMetadata {
330 return (meta as any).expression !== undefined;
331}
332
333function getInjectFn(target: FactoryTarget): o.ExternalReference {
334 switch (target) {

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…