( checkpointsId: Id, checkpoints: Checkpoints, )
| 1587 | provideThing(queriesId, queries, OFFSET_QUERIES); |
| 1588 | |
| 1589 | export const provideCheckpoints = ( |
| 1590 | checkpointsId: Id, |
| 1591 | checkpoints: Checkpoints, |
| 1592 | ): void => provideThing(checkpointsId, checkpoints, OFFSET_CHECKPOINTS); |
| 1593 | |
| 1594 | export const providePersister = ( |
| 1595 | persisterId: Id, |
nothing calls this directly
no test coverage detected
searching dependent graphs…