Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
410
export
class
WrappedNodeExpr<T> extends Expression {
Callers
nothing calls this directly
Calls
1
clone
Method · 0.65
Tested by
no test coverage detected