(v: boolean)
| 115 | let includeViewProviders = true; |
| 116 | |
| 117 | export function setIncludeViewProviders(v: boolean): boolean { |
| 118 | const oldValue = includeViewProviders; |
| 119 | includeViewProviders = v; |
| 120 | return oldValue; |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * The number of slots in each bloom filter (used by DI). The larger this number, the fewer |
no outgoing calls
no test coverage detected
searching dependent graphs…