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

Function getUsage

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

Source from the content-addressed store, hash-verified

459
460/** @internal */
461export const getUsage = <A>(self: Options.Options<A>): Usage.Usage => getUsageInternal(self as Instruction)
462
463/** @internal */
464export const map = dual<

Callers

nothing calls this directly

Calls 1

getUsageInternalFunction · 0.70

Tested by

no test coverage detected