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

Method getOpaque

packages/compiler-cli/linker/src/ast/ast_value.ts:354–356  ·  view source on GitHub ↗

* Return the `TExpression` of this value wrapped in a `WrappedNodeExpr`.

()

Source from the content-addressed store, hash-verified

352 * Return the `TExpression` of this value wrapped in a `WrappedNodeExpr`.
353 */
354 getOpaque(): o.WrappedNodeExpr<TExpression> {
355 return new o.WrappedNodeExpr(this.expression);
356 }
357
358 /**
359 * Get the range of the location of this value in the original source.

Callers 15

ast_value_spec.tsFile · 0.45
toR3PipeMetaFunction · 0.45
toR3InjectorMetaFunction · 0.45
toR3ComponentMetaMethod · 0.45
toR3NgModuleMetaFunction · 0.45
wrapReferencesFunction · 0.45
toR3InjectableMetaFunction · 0.45
getDependencyFunction · 0.45
extractForwardRefFunction · 0.45
toR3ServiceMetaFunction · 0.45
toR3ClassMetadataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected