Files
rippled/src
Vito 59c779fc01 refactor: Use static_cast instead of switch in getVaultVersion
Address PR review comment: VaultVersion's enumerators already have
explicit values, so static_cast<VaultVersion>(leVersion) avoids
repeating them as switch-case magic numbers. Out-of-range values
still hit the UNREACHABLE guard.
2026-07-27 14:50:56 +02:00
..