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

Method clone

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

Source from the content-addressed store, hash-verified

403 }
404
405 override clone(): VoidExpr {
406 return new VoidExpr(this.expr.clone());
407 }
408}
409
410export class WrappedNodeExpr<T> extends Expression {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected