Files
scylladb/tools
Kefu Chai 9f411f9962 tools/scylla-nodetool: refactor to use std::tie() for cleaner code
Replace explicit pair member access with std::tie() throughout
scylla-nodetool. This simplifies the code by eliminating repetitive
pair.first/pair.second references and makes the codebase more
maintainable and readable.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>

Closes scylladb/scylladb#23250
2025-03-13 11:56:07 +02:00
..
2025-02-04 12:06:54 +02:00
2025-02-13 12:32:07 +02:00
2025-02-08 21:54:42 +02:00