* Check if the collection is currently loading more data * @returns true if the collection has pending load more operations, false otherwise
()
| 455 | * @returns true if the collection has pending load more operations, false otherwise |
| 456 | */ |
| 457 | public get isLoadingSubset(): boolean { |
| 458 | return this._sync.isLoadingSubset |
| 459 | } |
| 460 | |
| 461 | /** |
| 462 | * Start sync immediately - internal method for compiled queries |
nothing calls this directly
no outgoing calls
no test coverage detected