mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-23 00:07:31 +00:00
There are ample opportunities to optimize and streamline here. For example, there's no reason to have a function to convert IntStr to IntStr. Removing the function does generate the right assignment, but it is unclear whether the registered function is needed or not. I opted to leave it alone for now. Another example is Convert_Slice_byte_To_Slice_byte, which just seems silly.
4.2 KiB
4.2 KiB