You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: consolidate to_hex helper function (DRY)
Move the to_hex helper function to module level so it can be used by
both DistroboxCommandRunnerResponse and the test utilities. This
removes code duplication and keeps the hex encoding logic in one place.
0 commit comments