(id: Id)
| 74 | mapForEach(things, cb); |
| 75 | |
| 76 | const hasThing = (id: Id): boolean => collHas(things, id); |
| 77 | |
| 78 | const getTableId = (id: Id): Id => mapGet(tableIds, id) as Id; |
| 79 |
nothing calls this directly
no test coverage detected
searching dependent graphs…