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

Function insertBloom

packages/core/src/render3/di.ts:230–232  ·  view source on GitHub ↗
(arr: any[], footer: TNode | null)

Source from the content-addressed store, hash-verified

228}
229
230function insertBloom(arr: any[], footer: TNode | null): void {
231 arr.push(0, 0, 0, 0, 0, 0, 0, 0, footer);
232}
233
234export function getInjectorIndex(tNode: TNode, lView: LView): number {
235 if (

Callers 1

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…