| 372 | } |
| 373 | |
| 374 | type optionalLib struct { |
| 375 | version uint32 |
| 376 | } |
| 377 | |
| 378 | // OptionalTypesOption is a functional interface for configuring the strings library. |
| 379 | type OptionalTypesOption func(*optionalLib) *optionalLib |
nothing calls this directly
no outgoing calls
no test coverage detected