(
args: [Evt] extends [never] ? {
makeInitial?: Effect.Effect<readonly T[], E, RInitial> | undefined
config?: Omit<StoreConfig<Encoded>, "partitionValue"> & {
partitionValue?: (e?: Encoded) => string
}
}
: {
publishEvents: (evt: NonEmptyReadonlyArray<Evt>) => Effect.Effect<void, never, R2>
makeInitial?: Effect.Effect<readonly T[], E, RInitial> | undefined
config?: Omit<StoreConfig<Encoded>, "partitionValue"> & {
partitionValue?: (e?: Encoded) => string
}
}
)
| 716 | |
| 717 | return ValidationResult.make({ |
| 718 | total: NonNegativeInt(allIds.length), |
| 719 | sampled: NonNegativeInt(sample.length), |
| 720 | valid: NonNegativeInt(sample.length - errors.length), |
| 721 | errors |
no outgoing calls
no test coverage detected