(id, pure)
| 225 | <R, A, E, S2 extends T>( |
| 226 | id: T[IdKey], |
| 227 | pure: Effect.Effect<A, E, FixEnv<R, Evt, T, S2>> |
| 228 | ): Effect.Effect< |
| 229 | A, |
| 230 | PureStoreError | NotFoundError<ItemType> | E, |
nothing calls this directly
no test coverage detected
searching dependent graphs…