MCPcopy Index your code
hub / github.com/angular/components / _virtualScrollEnabled

Method _virtualScrollEnabled

src/cdk/table/table.ts:1651–1653  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1649 }
1650
1651 private _virtualScrollEnabled(): boolean {
1652 return !this._disableVirtualScrolling && this._virtualScrollViewport != null;
1653 }
1654}
1655
1656/** Utility function that gets a merged list of the entries in an array and values of a Set. */

Callers 3

fixedLayoutMethod · 0.95
ngAfterContentInitMethod · 0.95
_cacheRowDefsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected