Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetUnsafe
Method
GetUnsafe
library/cpp/cache/thread_safe_cache.h:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
const TPtr GetUnsafe(TArgs... args) const {
75
return GetValue<false>(args...);
76
}
77
78
void Clear() {
79
TWriteGuard w(Mutex);
Callers
1
Y_UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected