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

Function getMaxSize

packages/cli/src/internal/options.ts:458–458  ·  view source on GitHub ↗
(self: Options.Options<A>)

Source from the content-addressed store, hash-verified

456
457/** @internal */
458export const getMaxSize = <A>(self: Options.Options<A>): number => getMaxSizeInternal(self as Instruction)
459
460/** @internal */
461export const getUsage = <A>(self: Options.Options<A>): Usage.Usage => getUsageInternal(self as Instruction)

Callers

nothing calls this directly

Calls 1

getMaxSizeInternalFunction · 0.70

Tested by

no test coverage detected