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

Class ImplicitReceiver

packages/compiler/src/expression_parser/ast.ts:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54export class ImplicitReceiver extends AST {
55 override visit(visitor: AstVisitor, context: any = null): any {
56 return visitor.visitImplicitReceiver(this, context);
57 }
58}
59
60export class ThisReceiver extends AST {
61 override visit(visitor: AstVisitor, context: any = null): any {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…