(id2)
| 247 | const getThingIds = () => mapKeys(tableIds); |
| 248 | const forEachThing = (cb) => mapForEach(things, cb); |
| 249 | const hasThing = (id2) => collHas(things, id2); |
| 250 | const getTableId = (id2) => mapGet(tableIds, id2); |
| 251 | const getThing = (id2) => mapGet(things, id2); |
| 252 | const setThing = (id2, thing) => mapSet(things, id2, thing); |
nothing calls this directly
no test coverage detected
searching dependent graphs…