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

Method clone

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

Source from the content-addressed store, hash-verified

510 }
511
512 override clone(): TaggedTemplateLiteralExpr {
513 return new TaggedTemplateLiteralExpr(
514 this.tag.clone(),
515 this.template.clone(),
516 this.type,
517 this.sourceSpan,
518 );
519 }
520}
521
522export class InstantiateExpr extends Expression {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected