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

Method Str

util/system/shellcommand_ut.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 TString Str() const {
36 with_lock (Lock_) {
37 return Stream_.Str();
38 }
39 return TString(); // line for compiler
40 }
41
42protected:
43 size_t DoRead(void* buf, size_t len) override {

Callers 5

with_lockMethod · 0.45
Y_UNIT_TESTFunction · 0.45
SomeMethodFunction · 0.45
PrintToStringMethod · 0.45

Calls

no outgoing calls

Tested by 1