MCPcopy Create free account
hub / github.com/boostorg/beast / nodejs_basic_parser

Method nodejs_basic_parser

test/bench/parser/nodejs_parser.hpp:294–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292
293template<class Derived>
294nodejs_basic_parser<Derived>::
295nodejs_basic_parser(nodejs_basic_parser&& other)
296{
297 state_ = other.state_;
298 state_.data = this;
299 complete_ = other.complete_;
300 url_ = std::move(other.url_);
301 status_ = std::move(other.status_);
302 field_ = std::move(other.field_);
303 value_ = std::move(other.value_);
304}
305
306template<class Derived>
307auto

Callers

nothing calls this directly

Calls 2

moveClass · 0.85
http_parser_initFunction · 0.85

Tested by

no test coverage detected