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

Method Guard

library/cpp/logger/log_ut.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 class TFakeLogBackend: public TLogBackend {
85 public:
86 TWriteGuard Guard() {
87 return TWriteGuard(Lock_);
88 }
89
90 void WriteData(const TLogRecord&) override {
91 TReadGuard guard(Lock_);

Callers 1

Calls

no outgoing calls

Tested by 1