Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoRead
Method
DoRead
util/random/entropy.cpp:149–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
size_t DoRead(void* buf, size_t len) override {
150
auto guard = Guard(Mutex_);
151
152
return Bi_.Read(buf, len);
153
}
154
155
private:
156
TAdaptiveLock Mutex_;
Callers
nothing calls this directly
Calls
2
Guard
Function · 0.85
Read
Method · 0.45
Tested by
no test coverage detected