MCPcopy Index your code
hub / github.com/Effect-TS/effect / getMinSize

Function getMinSize

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

Source from the content-addressed store, hash-verified

334
335/** @internal */
336export const getMinSize = <A>(self: Args.Args<A>): number => getMinSizeInternal(self as Instruction)
337
338/** @internal */
339export const getMaxSize = <A>(self: Args.Args<A>): number => getMaxSizeInternal(self as Instruction)

Callers

nothing calls this directly

Calls 1

getMinSizeInternalFunction · 0.70

Tested by

no test coverage detected