Returns number of data ids currently in the storage.
()
| 40 | memory(): {unreliable: boolean;}; // Backend-specific information. |
| 41 | /** Returns number of data ids currently in the storage. */ |
| 42 | numDataIds(): number; |
| 43 | refCount(dataId: DataId): number; |
| 44 | } |
| 45 |
no outgoing calls
no test coverage detected