Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ addStatement
Method
addStatement
packages/compiler/src/typecheck/ops/scope.ts:309–311 ·
view source on GitHub ↗
* Add a statement to this scope.
(stmt: TcbExpr)
Source
from the content-addressed store, hash-verified
307
* Add a statement to this scope.
308
*/
309
addStatement(stmt: TcbExpr): void {
310
this.statements.push(stmt);
311
}
312
313
/**
314
* Get the statements.
Callers
15
execute
Method · 0.80
execute
Method · 0.80
generateBranch
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected