* Get the number of subscribers to the collection
()
| 417 | * Get the number of subscribers to the collection |
| 418 | */ |
| 419 | public get subscriberCount(): number { |
| 420 | return this._changes.activeSubscribersCount |
| 421 | } |
| 422 | |
| 423 | /** |
| 424 | * Register a callback to be executed when the collection first becomes ready |
nothing calls this directly
no outgoing calls
no test coverage detected