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

Method WriteBuf

tools/archiver/main.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42 private:
43 void WriteBuf() {
44 Slave << '"' << Buf << "\",\n"sv;
45 Buf.clear();
46 }
47
48 private:
49 IOutputStream& Slave;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected