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

Function getMaxSize

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

Source from the content-addressed store, hash-verified

337
338/** @internal */
339export const getMaxSize = <A>(self: Args.Args<A>): number => getMaxSizeInternal(self as Instruction)
340
341/** @internal */
342export const getUsage = <A>(self: Args.Args<A>): Usage.Usage => getUsageInternal(self as Instruction)

Callers

nothing calls this directly

Calls 1

getMaxSizeInternalFunction · 0.70

Tested by

no test coverage detected