MCPcopy 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

GetMethod · 0.45

Tested by

no test coverage detected