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

Method CloseInput

util/system/shellcommand.cpp:388–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386 }
387
388 inline void CloseInput() {
389 Options_.ShouldCloseInput.store(true);
390 }
391
392 inline static bool TerminateIsRequired(void* processInfo) {
393 TProcessInfo* pi = reinterpret_cast<TProcessInfo*>(processInfo);

Callers 2

Y_UNIT_TESTFunction · 0.80
shellcommand.cppFile · 0.80

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected