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

Method FinishStarted

util/system/atexit.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 inline bool FinishStarted() const {
72 return FinishStarted_.load();
73 }
74
75 inline void DisableExitHandlers() {
76 ExitHandlersDisabled_.store(true);

Callers 1

ExitStartedFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected