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

Method Size

util/stream/str.h:212–214  ·  view source on GitHub ↗

* @returns Total number of characters in this * stream. Note that this is not the same * as the total number of characters * available for reading. */

Source from the content-addressed store, hash-verified

210 * available for reading.
211 */
212 inline size_t Size() const noexcept {
213 return Ptr()->size();
214 }
215
216 /**
217 * @returns Whether the string that this stream

Callers 9

format.hFile · 0.45
PrintfFunction · 0.45
TMappedFileInputMethod · 0.45
DoNextMethod · 0.45
DoUndoMethod · 0.45
DoNextMethod · 0.45
DoReadAllMethod · 0.45
DoSkipMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected