(self: Options.Options<A>)
| 456 | |
| 457 | /** @internal */ |
| 458 | export const getMaxSize = <A>(self: Options.Options<A>): number => getMaxSizeInternal(self as Instruction) |
| 459 | |
| 460 | /** @internal */ |
| 461 | export const getUsage = <A>(self: Options.Options<A>): Usage.Usage => getUsageInternal(self as Instruction) |
nothing calls this directly
no test coverage detected