Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
protected:
43
size_t DoRead(void* buf, size_t len) override {
Callers
5
with_lock
Method · 0.45
Y_UNIT_TEST
Function · 0.45
SomeMethod
Function · 0.45
TestSetFormatBackTraceFn
Method · 0.45
PrintToString
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestSetFormatBackTraceFn
Method · 0.36