Page MenuHomePhabricator

univalue: Avoid std::string copies
ClosedPublic

Authored by Fabien on Wed, Jun 5, 18:37.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC72a9f0336b08: univalue: Avoid std::string copies
Summary
This shouldn't matter too much, unless a really large string is pushed into a json struct, but I think it also clarifies the code.

Backport of core#25714.

Depends on D16285.

Test Plan
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable