mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
to lower the programmer's cognitive load. as programmer might want to pass the full path as the `fname` when calling `make_descriptor(sstring sstdir, sstring fname)`, but this overload only accepts the filename component as its second parameter. a single `path` parameter would be easier to work with. Refs #15187 Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>