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

Method Data

util/stream/str.h:202–204  ·  view source on GitHub ↗

* @returns Pointer to the character data contained * in this stream. The data is guaranteed * to be null-terminated. */

Source from the content-addressed store, hash-verified

200 * to be null-terminated.
201 */
202 inline const char* Data() const noexcept {
203 return Ptr()->data();
204 }
205
206 /**
207 * @returns Total number of characters in this

Callers 11

WriteStringFunction · 0.45
WriteCharsFunction · 0.45
format.hFile · 0.45
PrintfFunction · 0.45
BufMethod · 0.45
TMappedFileInputMethod · 0.45
DoReadAllMethod · 0.45
DoSkipMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_NO_INLINE TestFunction · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected