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

Method Empty

util/stream/str.h:220–222  ·  view source on GitHub ↗

* @returns Whether the string that this stream * operates on is empty. */

Source from the content-addressed store, hash-verified

218 * operates on is empty.
219 */
220 Y_PURE_FUNCTION inline bool Empty() const noexcept {
221 return Str().empty();
222 }
223
224 using TStringOutput::Reserve;
225

Callers 1

Y_UNIT_TESTFunction · 0.45

Calls 2

StrFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected