MCPcopy 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

visitAllMethod · 0.45

Tested by

no test coverage detected