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

Method Clear

util/stream/str.h:230–233  ·  view source on GitHub ↗

* Clears the string that this stream operates on and resets the * read/write pointers. */

Source from the content-addressed store, hash-verified

228 * read/write pointers.
229 */
230 inline void Clear() {
231 Str().clear();
232 Pos_ = 0;
233 }
234
235 // TODO: compatibility with existing code, remove
236

Callers 6

tempfile.cppFile · 0.45
TTempFileMethod · 0.45
TryFromStringFunction · 0.45
GetNextFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 2

StrFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected