mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
perf: Pass const reference Input into handlers (#2409)
Fix https://github.com/XRPLF/clio/issues/2265 --------- Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com>
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
namespace rpc {
|
||||
|
||||
FeatureHandler::Result
|
||||
FeatureHandler::process(FeatureHandler::Input input, Context const& ctx) const
|
||||
FeatureHandler::process(FeatureHandler::Input const& input, Context const& ctx) const
|
||||
{
|
||||
namespace vs = std::views;
|
||||
namespace rg = std::ranges;
|
||||
|
||||
Reference in New Issue
Block a user