Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Acquire
Method
Acquire
util/system/file_lock.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void TFileLock::Acquire() {
29
Flock(GetMode(Type));
30
}
31
32
bool TFileLock::TryAcquire() {
33
try {
Callers
nothing calls this directly
Calls
2
GetMode
Function · 0.85
Flock
Function · 0.70
Tested by
no test coverage detected