()
| 67 | const storeListenerIds: IdSet2 = mapNew(); |
| 68 | |
| 69 | const getStore = (): Store => store; |
| 70 | |
| 71 | const getThingIds = (): Ids => mapKeys(tableIds); |
| 72 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…