(self: Args.Args<A>)
| 337 | |
| 338 | /** @internal */ |
| 339 | export const getMaxSize = <A>(self: Args.Args<A>): number => getMaxSizeInternal(self as Instruction) |
| 340 | |
| 341 | /** @internal */ |
| 342 | export const getUsage = <A>(self: Args.Args<A>): Usage.Usage => getUsageInternal(self as Instruction) |
nothing calls this directly
no test coverage detected