masaori335 opened a new pull request, #13048:
URL: https://github.com/apache/trafficserver/pull/13048
src/config/storage.cc:
- CID 1646599: span.hash_seed = std::move(hash_seed)
- CID 1646594: vol_span_map[...].push_back(std::move(path_tok))
- CID 1646604: return {std::move(result), std::move(errata)} in
parse_legacy_storage_config
- CID 1646603: return {std::move(result), std::move(errata)} in
parse_legacy_volume_config
- CID 1646598: vol.scheme = std::move(s)
- CID 1646593: both returns in parse_content use std::move(result)
- CID 1646601: print original string
src/config/unit_tests/test_storage.cc:
- CID 1646605: config.spans.push_back(std::move(span1))
- CID 1646600: config.volumes.push_back(std::move(vol1)) (YAML test)
- CID 1646595: config.spans.push_back(std::move(span1))
- CID 1646602: config.volumes.push_back(std::move(vol1)) (JSON test)
src/iocore/cache/unit_tests/test_ConfigVolumes.cc:
- CID 1646596 & 1646597: Added REQUIRE(vN != nullptr) guards
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]