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

Method Reset

library/cpp/json/writer/json.cpp:503–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501 }
502
503 void TBuf::Reset(const TBufState& from) {
504 NeedComma = from.NeedComma;
505 NeedNewline = from.NeedNewline;
506 Stack = from.Stack;
507 }
508
509 void TBuf::Reset(TBufState&& from) {
510 NeedComma = from.NeedComma;

Callers 1

TBufMethod · 0.45

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected