MCPcopy
hub / github.com/Effect-TS/effect / getRights

Function getRights

packages/effect/src/Iterable.ts:889–889  ·  view source on GitHub ↗
(self: Iterable<Either<R, L>>)

Source from the content-addressed store, hash-verified

887 * @since 2.0.0
888 */
889export const getRights = <R, L>(self: Iterable<Either<R, L>>): Iterable<R> => filterMap(self, E.getRight)
890
891/**
892 * @category filtering

Callers

nothing calls this directly

Calls 1

filterMapFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…