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

Method WriteImpl

library/cpp/binsaver/util_stream_io.h:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 IOutputStream& Stream;
50
51 int WriteImpl(const void* what, int size) override {
52 Stream.Write(what, (size_t)size);
53 return size;
54 }
55 int ReadImpl(void*, int) override {
56 Y_ASSERT(0);
57 return 0;

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected