MCPcopy Create free account
hub / github.com/catboost/catboost / Reset

Method Reset

library/cpp/json/ordered_maps/json_ordered.cpp:510–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508 }
509
510 void TBuf::Reset(const TBufState& from) {
511 NeedComma = from.NeedComma;
512 NeedNewline = from.NeedNewline;
513 Stack = from.Stack;
514 }
515
516 void TBuf::Reset(TBufState&& from) {
517 NeedComma = from.NeedComma;

Callers 1

TBufMethod · 0.45

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected