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

Method clone

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

Source from the content-addressed store, hash-verified

470 }
471
472 override clone(): InvokeFunctionExpr {
473 return new InvokeFunctionExpr(
474 this.fn.clone(),
475 this.args.map((arg) => arg.clone()),
476 this.type,
477 this.sourceSpan,
478 this.pure,
479 [],
480 this.isOptional,
481 );
482 }
483}
484
485export class TaggedTemplateLiteralExpr extends Expression {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.80
cloneMethod · 0.65

Tested by

no test coverage detected