| 367 | } |
| 368 | |
| 369 | type optionalLib struct { |
| 370 | version uint32 |
| 371 | } |
| 372 | |
| 373 | // OptionalTypesOption is a functional interface for configuring the strings library. |
| 374 | type OptionalTypesOption func(*optionalLib) *optionalLib |
nothing calls this directly
no outgoing calls
no test coverage detected