Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Libc
Method
Libc
util/system/fasttime.cpp:78–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
inline TDynamicLibrary* Libc() {
79
if (!Lib) {
80
Lib = OpenLibc();
81
}
82
83
return Lib.Get();
84
}
85
86
THolder<TDynamicLibrary> Lib;
87
TFunc Func;
Callers
nothing calls this directly
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected