(self: Options.Options<A>)
| 449 | |
| 450 | /** @internal */ |
| 451 | export const getIdentifier = <A>(self: Options.Options<A>): Option.Option<string> => |
| 452 | getIdentifierInternal(self as Instruction) |
| 453 | |
| 454 | /** @internal */ |
| 455 | export const getMinSize = <A>(self: Options.Options<A>): number => getMinSizeInternal(self as Instruction) |
nothing calls this directly
no test coverage detected
searching dependent graphs…