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

Method clone

packages/compiler/src/output/output_ast.ts:549–556  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

547 }
548
549 override clone(): InstantiateExpr {
550 return new InstantiateExpr(
551 this.classExpr.clone(),
552 this.args.map((arg) => arg.clone()),
553 this.type,
554 this.sourceSpan,
555 );
556 }
557}
558
559export class RegularExpressionLiteralExpr extends Expression {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.80
cloneMethod · 0.65

Tested by

no test coverage detected