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

Method DoWrite

util/stream/buffer.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 inline void DoWrite(const void* buf, size_t len) {
29 Data_.Append((const char*)buf, len);
30 }
31
32 inline void DoWriteC(char c) {
33 Data_.Append(c);

Callers

nothing calls this directly

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected