Code
Hub
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:378–380 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
376
}
377
378
override clone(): TypeofExpr {
379
return
new
TypeofExpr(this.expr.clone());
380
}
381
}
382
383
export
class
VoidExpr extends Expression {
Callers
nothing calls this directly
Calls
1
clone
Method · 0.65
Tested by
no test coverage detected