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

Function repeated

packages/cli/src/internal/args.ts:386–386  ·  view source on GitHub ↗
(self: Args.Args<A>)

Source from the content-addressed store, hash-verified

384
385/** @internal */
386export const repeated = <A>(self: Args.Args<A>): Args.Args<Array<A>> => makeVariadic(self, Option.none(), Option.none())
387
388/** @internal */
389export const validate = dual<

Callers

nothing calls this directly

Calls 1

makeVariadicFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…