Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ visitBlock
Method
visitBlock
packages/compiler/src/i18n/extractor_merger.ts:260–262 ·
view source on GitHub ↗
(block: html.Block, context: any)
Source
from the content-addressed store, hash-verified
258
}
259
260
visitBlock(block: html.Block, context: any) {
261
html.visitAll(this, block.children, context);
262
}
263
264
visitBlockParameter(parameter: html.BlockParameter, context: any) {}
265
Callers
nothing calls this directly
Calls
1
visitAll
Method · 0.45
Tested by
no test coverage detected