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

Method DoWriteC

util/stream/buffer.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 inline void DoWriteC(char c) {
33 Data_.Append(c);
34 }
35
36 inline TBuffer& Buffer() const noexcept {
37 return Data_;

Callers

nothing calls this directly

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected