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

Class EmptyExpr

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

Source from the content-addressed store, hash-verified

46}
47
48export class EmptyExpr extends AST {
49 override visit(visitor: AstVisitor, context: any = null) {
50 return visitor.visitEmptyExpr?.(this, context);
51 }
52}
53
54export class ImplicitReceiver extends AST {
55 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…