MCPcopy Create free account
hub / github.com/catboost/catboost / Get

Method Get

library/cpp/logger/global/common.h:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 inline static T* Get() {
42 return SingletonWithPriority<TPtr, SingletonPriority>()->Instance.Get();
43 }
44
45 inline static void Set(T* v) {
46 SingletonWithPriority<TPtr, SingletonPriority>()->Instance.Reset(v);

Callers 14

AddMethod · 0.45
RemoveMethod · 0.45
GetSumWeightsMethod · 0.45
AddMethod · 0.45
SumSquaredErrorsMethod · 0.45
GetSumWeightsMethod · 0.45
QualityBenchmarkFunction · 0.45
SpeedBenchmarkFunction · 0.45
IsNullLogMethod · 0.45
IsOpenMethod · 0.45
WriteDataMethod · 0.45
ReopenLogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected