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

Method clone

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

Source from the content-addressed store, hash-verified

940 }
941
942 override clone(): ConditionalExpr {
943 return new ConditionalExpr(
944 this.condition.clone(),
945 this.trueCase.clone(),
946 this.falseCase?.clone(),
947 this.type,
948 this.sourceSpan,
949 );
950 }
951}
952
953export class DynamicImportExpr extends Expression {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected