()
| 69 | const getStore = (): Store => store; |
| 70 | |
| 71 | const getThingIds = (): Ids => mapKeys(tableIds); |
| 72 | |
| 73 | const forEachThing = (cb: (id: Id, value: Thing) => void): void => |
| 74 | mapForEach(things, cb); |
nothing calls this directly
no test coverage detected
searching dependent graphs…