Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ with_lock
Method
with_lock
util/system/shellcommand_ut.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
TString Str() const {
36
with_lock (Lock_) {
37
return Stream_.Str();
38
}
39
return TString(); // line for compiler
40
}
41
Callers
nothing calls this directly
Calls
3
Str
Method · 0.45
Read
Method · 0.45
Write
Method · 0.45
Tested by
no test coverage detected