()
| 102 | private pendingTruncateRefetches: Set<Promise<void>> = new Set() |
| 103 | |
| 104 | public get status(): SubscriptionStatus { |
| 105 | return this._status |
| 106 | } |
| 107 | |
| 108 | constructor( |
| 109 | private collection: CollectionImpl<any, any, any, any, any>, |
nothing calls this directly
no outgoing calls
no test coverage detected