Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ clone
Method
clone
packages/compiler/src/output/output_ast.ts:1005–1007 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1003
}
1004
1005
override clone(): NotExpr {
1006
return
new
NotExpr(this.condition.clone(), this.sourceSpan);
1007
}
1008
}
1009
1010
export
class
FnParam {
Callers
nothing calls this directly
Calls
1
clone
Method · 0.65
Tested by
no test coverage detected