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

Method clone

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

Source from the content-addressed store, hash-verified

973 }
974
975 override clone(): DynamicImportExpr {
976 return new DynamicImportExpr(
977 typeof this.url === 'string' ? this.url : this.url.clone(),
978 this.sourceSpan,
979 this.urlComment,
980 );
981 }
982}
983
984export class NotExpr extends Expression {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected