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

Method Str

util/stream/mem.h:224–226  ·  view source on GitHub ↗

* @returns Data that has been written into this * stream as a string. */

Source from the content-addressed store, hash-verified

222 * stream as a string.
223 */
224 TStringBuf Str() const {
225 return TStringBuf(Beg(), Buf());
226 }
227
228 char* Beg() const {
229 return Beg_;

Callers 15

FinishItemsFunction · 0.45
GenerateEnumFunction · 0.45
mainFunction · 0.45
GetLossFunctionMethod · 0.45
Y_UNIT_TESTFunction · 0.45
HumanReadableDescriptionFunction · 0.45
GetValueMethod · 0.45
GetValueMethod · 0.45
GetValueMethod · 0.45
GetValueMethod · 0.45
SerializeModelFunction · 0.45
WriteTJsonValueFunction · 0.45

Calls

no outgoing calls

Tested by 4

SavePoolToFileFunction · 0.36
TestStringStreamMethod · 0.36