()
| 244 | const allSortKeys = mapNew(); |
| 245 | const storeListenerIds = mapNew(); |
| 246 | const getStore = () => store; |
| 247 | const getThingIds = () => mapKeys(tableIds); |
| 248 | const forEachThing = (cb) => mapForEach(things, cb); |
| 249 | const hasThing = (id2) => collHas(things, id2); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…