Minimizes code duplication and improves function naming by having a single (overloaded) convenience function that both checks if the parameter is a non-string parameter and automatically parses the value if so.
Backport of core#26506.
Differential D16292
refactor: use convenience fn to auto parse non-string parameters Fabien on Jun 5 2024, 20:19. Authored by Tags None Subscribers None
Details
Minimizes code duplication and improves function naming by having a single (overloaded) convenience function that both checks if the parameter is a non-string parameter and automatically parses the value if so. Backport of core#26506. ninja all check-all
Diff Detail
|