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

Function StopProcessCoreWatching

library/cpp/testing/common/env.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void StopProcessCoreWatching(int pid) {
127 auto& filename = NPrivate::GetTestEnv().CoreSearchFile;
128 if (filename) {
129 AddEntryToCoreSearchFile(filename, "drop", pid);
130 }
131}
132
133bool FromYaTest() {
134 return NPrivate::GetTestEnv().IsRunningFromTest;

Callers 1

TESTFunction · 0.85

Calls 1

AddEntryToCoreSearchFileFunction · 0.85

Tested by

no test coverage detected