MCPcopy 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

StrMethod · 0.45
ReadMethod · 0.45
WriteMethod · 0.45

Tested by

no test coverage detected