()
| 21 | // not have been acquired yet, isResolved() tracks this. Invalid data collections are the ones that are constructed |
| 22 | // without an accessor and the ones whose accessor has expired. |
| 23 | isValid(): boolean; |
| 24 | isResolved(): boolean; |
| 25 | subscribe(): Promise<void>; |
| 26 | initial(data: any[]): void; |
no outgoing calls
no test coverage detected