MCPcopy Index your code
hub / github.com/angular/angular / getDeferBlocks

Function getDeferBlocks

packages/core/test/acceptance/control_flow_utils_spec.ts:54–56  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

52describe('getControlFlowBlocks > @defer blocks', () => {
53 // Use to narrow down type to `DeferBlockData` for `@defer`-specific tests.
54 function getDeferBlocks(node: Node): DeferBlockData[] {
55 return getControlFlowBlocks(node) as DeferBlockData[];
56 }
57
58 beforeEach(() => {
59 TestBed.configureTestingModule({

Callers 3

getDeferBlocksMethod · 0.50
getDeferBlocksMethod · 0.50

Calls 1

getControlFlowBlocksFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…